-
Notifications
You must be signed in to change notification settings - Fork 12k
New project generates incorrect routing export/import name with --routing #2433
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
I encountered this same issue under Windows 10 64bit. Windows 10, NodeJS 6.7, Angular CLI 1.0.0-beta.16 |
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Sep 30, 2016
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Sep 30, 2016
filipesilva
pushed a commit
that referenced
this issue
Sep 30, 2016
JJayet
pushed a commit
to JJayet/angular-cli
that referenced
this issue
Oct 2, 2016
deebloo
pushed a commit
to deebloo/angular-cli
that referenced
this issue
Oct 3, 2016
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. |
clydin
pushed a commit
to clydin/angular-cli
that referenced
this issue
Aug 29, 2023
JSDom doesn't support script with `type=module` therefore we need to strip out this from the runtime.js. Closes angular#2433
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
OS?
Versions.
angular-cli: 1.0.0-beta.16
node: 5.12.0
os: darwin x64
Repro steps.
Run
ng new testapp --routing
The
app-routing.module.ts
file is generated withexport class TestappRoutingModule { }
instead ofexport class AppRoutingModule { }
The
app.module.ts
import is incorrect for the routing file.instead of
The log given by the failure.
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: