-
Notifications
You must be signed in to change notification settings - Fork 12k
Angular CLI Use ngModule Configuration when I use ng new ProjectName ? #2071
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
Comments
@suresh191 what version of the CLI are you using? be sure to answer the questions given in the issue template so all the information is provided. the latest version of the webpack build uses NgModule |
Thanks Deebloo for your reply. This is the version information I have in my local. I have created a new project with this version of CLI but I am not finding ngModule. |
I'm having the same problem. |
The latest webpack release is the only one that is being updated and will eventually be the default version. Try npm install -g angular-cli@webpack |
I just uninstalled existing version, clear cache and re-installed cli@webpack. I now see ngModule configurations in the project. Thank you very much. |
Glad you got it worked out! |
I've tried it. Not so smooth transition to webpack :P |
https://github.com/angular/angular-cli#webpack-update contains up to date instructions on how to update beta.14 projects now. |
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. |
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:do on your code? etc.
more information.
The text was updated successfully, but these errors were encountered: