-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add possibility to pass i18n options to Webpack Aot Plugin #3047
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
I signed it! |
CLAs look good, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change looks great and I'd like to get this in, but linting and building is failing. Could you fix those?
Also, I'm going to request an End-to-End test for this change if possible. Can be something relatively simple. You can use the already existing test project or create your own (follow the one in assets).
Thanks a lot!
@tobiasviehweger This would be helpful to me right now, any chance you could clean this up? Or would you like me to open a new PR? |
Thanks @tobiasviehweger, ~~~it would be awesome if we could pass these parameters via the build command also, e.g. Edit: It looks like there is another PR #3098 for the command line options |
Closed as superseded by #3098 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Hi,
since angular-cli does not support the following combination as of now, we needed a workaround:
We are now using webpack (raw) with the AotPlugin, though we needed to pass through the i18n options, which was not possible before.
I'm not sure if this is relevant or interesting, just in case, here are my changes - feel free to reject if you don't think this will benefit anyone else :)