-
Notifications
You must be signed in to change notification settings - Fork 12k
Setting the inlined templates in ng new breaks the tests #8005
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
Hope that it's not #6537 again... |
hansl
added a commit
to hansl/devkit
that referenced
this issue
Oct 11, 2017
To be the same as the separate HTML file. Fixes angular/angular-cli#8005
hansl
added a commit
to angular/devkit
that referenced
this issue
Oct 11, 2017
To be the same as the separate HTML file. Fixes angular/angular-cli#8005
hansl
added a commit
that referenced
this issue
Jun 6, 2018
To be the same as the separate HTML file. Fixes #8005
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
The log given by the failure.
Desired functionality.
Mention any other details that might be useful.
The default template, when you aren't inlining it, contains:
The inlined template is completely different, and therefore the tests fail:
Although the
app.component.ts
still contains thetitle
property when you set--inline-template true
, it isn't actually used. Note also that if you use--prefix
to change the default prefix fromapp
, thetitle
is changed despite this.The text was updated successfully, but these errors were encountered: