We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following works fine in 0.6.0 but fails with 0.6.2:
@Component({ selector: "app", templateUrl: "./app.html" }) /* * Comment */ export class App { }
Exception: Call to Node module failed with error: Error: No ResourceLoader implementation has been provided. Can't read the url "app.html"
The text was updated successfully, but these errors were encountered:
Tying to #54 (Help Wanted)
Sorry, something went wrong.
@TheLarkInn I believe PR #67 solves this too. I added another test case based on the sample that is now passing.
No branches or pull requests
The following works fine in 0.6.0 but fails with 0.6.2:
Exception: Call to Node module failed with error: Error: No ResourceLoader implementation has been provided. Can't read the url "app.html"
The text was updated successfully, but these errors were encountered: