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
EDIT (Nov 1, 2016):
template: require('./myComponent.html') was necessary for me to use with awesome-typescript-loader, which defeated the point since templateURL should be working and converted to in-line on the fly. templateUrl didn't work even with a hardcoded path. However no issues with ts-loader so my problem was solved.
Well this did finally work for me with ts-loader. Not awesome-typescript-loader.
gituser7878-Ultralinq
changed the title
Angular2-template-loader does not work at all for tests
Angular2-template-loader does not work with awesome-typescript-loader in my tests
Nov 1, 2016
EDIT (Nov 1, 2016):
template: require('./myComponent.html') was necessary for me to use with awesome-typescript-loader, which defeated the point since templateURL should be working and converted to in-line on the fly. templateUrl didn't work even with a hardcoded path. However no issues with ts-loader so my problem was solved.
Here is some of my webpack.test.js configuration:
]
}
The text was updated successfully, but these errors were encountered: