Skip to content

fix(generate): use canonical paths for template and style URLs#1840

Closed
Brocco wants to merge 1 commit intoangular:masterfrom
Brocco:relative-paths
Closed

fix(generate): use canonical paths for template and style URLs#1840
Brocco wants to merge 1 commit intoangular:masterfrom
Brocco:relative-paths

Conversation

@Brocco
Copy link
Contributor

@Brocco Brocco commented Aug 25, 2016

No description provided.

templateUrl: './<%= dasherizedModuleName %>.component.html',<% } if(inlineStyle) { %>
styles: []<% } else { %>
styleUrls: ['<%= dasherizedModuleName %>.component.<%= styleExt %>']<% } %>
styleUrls: [./'<%= dasherizedModuleName %>.component.<%= styleExt %>']<% } %>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

invalid; should be inside the quote.

@Brocco Brocco deleted the relative-paths branch August 26, 2016 17:39
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants