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
tried to use your extension when importing as text with the text plugin from systemjs, didn't work
import templateText from './my-template.html!text'; @Component({ selector: 'my-component', template: templateText })
I solved it with a quick replace potential_fname.replace(/!\w*/,"") it just removes that !text at the end of the name so it can find it in the files
potential_fname.replace(/!\w*/,"")
thanks for the extension! really helpful
The text was updated successfully, but these errors were encountered:
@vagyriag Could you submit a pull with the change. Sounds like a great improvement.
Sorry, something went wrong.
done
I didn't see a pull request for this one. Did you submit it?
@vagyriag Just checking again. Did you submit a pull for this?
No branches or pull requests
Hi
tried to use your extension when importing as text with the text plugin from systemjs, didn't work
I solved it with a quick replace
potential_fname.replace(/!\w*/,"")
it just removes that !text at the end of the name so it can find it in the files
thanks for the extension! really helpful
The text was updated successfully, but these errors were encountered: