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
Hi, I would like to be able to import an html file. However when I try this doing something like:
import template from './home.html';
I get Cannt find module './home.html'
Cannt find module './home.html'
Is there any way to do this currently in 1.5?
The text was updated successfully, but these errors were encountered:
Closing as it's being discussed here #2709
Sorry, something went wrong.
https://github.com/systemjs/plugin-text
import template from 'app/index/index.template.html!text';
Works for me.
No branches or pull requests
Hi, I would like to be able to import an html file. However when I try this doing something like:
I get
Cannt find module './home.html'
Is there any way to do this currently in 1.5?
The text was updated successfully, but these errors were encountered: