You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typescript doesn't like import somethingHTML from 'components/something/something.html!text';complains it can't find a module.
import 'components/something/something.html!text';
would work but not usable since I can't assign it to the template property of a component in angular.
using
jspm install text=github:systemjs/plugin-text
What's odd is importing css via the systemjs loader works fine...
The text was updated successfully, but these errors were encountered:
typescript doesn't like
import somethingHTML from 'components/something/something.html!text';
complains it can't find a module.import 'components/something/something.html!text';
would work but not usable since I can't assign it to the template property of a component in angular.
using
jspm install text=github:systemjs/plugin-text
What's odd is importing css via the systemjs loader works fine...
The text was updated successfully, but these errors were encountered: