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
your have to create the module manually as ngtemplate-loader is just use the given module to add templateCache. create it before you import the template file bundle.
My configuration is as follows:
Entry points to include all templates:
templates: glob.sync("./src/app/**/*.tpl.html"),
Loader to add templates to module:
Load order:
This is because the app 'requires' the templates module. I need a way to ask ngtemplate to create the myapp.templates module for me. Is this possible?
The text was updated successfully, but these errors were encountered: