-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Awesome! #1
Comments
My idea to do this actually came from the And yes, it is possible to do both at the same time. That is, to push the HTML into Angular's template cache and in the same module export the HTML. But, is it a good idea? Perhaps sometimes we don't want to push the code to Angular's cache. I read that I am leaning towards creating a separate package. Perhaps calling it |
that would be great. |
Sure, I am happy for you to do that, Uri. There is one issue with the current implementation of angular-templates. It generates a "body.html" file when you The actual problem is that if you use I had a good look through the source of |
I'm actually relying on the behavior that includes the
|
This is a great thing to have.
The idea came from this PR but then I've talked about it with @kamilkisiela to also get the actual template from there.
Do you think it would be possible to get a PR that does both the current caching logic and the export logic?
The text was updated successfully, but these errors were encountered: