-
Notifications
You must be signed in to change notification settings - Fork 12k
fix(generate/component): generated templateUrl and styleUrls paths are broken #340
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
Labels
Comments
The dynamic path feature has broken this, I will have a PR pushed up soon to fix this |
Awesome @Brocco thank you! |
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Mar 23, 2016
Dynamic paths for components were incorrectly generating paths for templates and styles Fixes angular#340
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Mar 23, 2016
Dynamic paths for components were incorrectly generating paths for templates and styles Fixes angular#340
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Mar 23, 2016
Dynamic paths for components were incorrectly generating paths for templates and styles Fixes angular#340
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Mar 23, 2016
Dynamic paths for components were incorrectly generating paths for templates and styles Fixes angular#340
Closing as it is resolved now on master. |
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.
Starting off with a fresh new A2 app using
And creating a component using
Scaffolds the component fine in
src/app/test
however,templateUrl
andstyleUrls
look like this:angular-cli version: 0.0.26
node version: 4.3.2
The text was updated successfully, but these errors were encountered: