Skip to content
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

Bug: space after templateUrl and : causes No ResourceLoader error #57

Closed
MarkPieszak opened this issue Feb 11, 2017 · 1 comment
Closed

Comments

@MarkPieszak
Copy link

Example :

templateUrl : './sometemplate.component.html' <- not good
templateUrl: './sometemplate.component.html' <- good

I'll take a look at the project this week to see what the regex is doing to cause it.

@tuxado
Copy link

tuxado commented Feb 12, 2017

hi,

You can close this topic the problem was solved i have update the angular2-template-loader package version to ^0.6.2 because the error come by using the version 0.4.0 on the universal-starter you should update the universal-starter package.json file only

tkx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants