We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2be3d commit 233f9d1Copy full SHA for 233f9d1
README.md
@@ -47,4 +47,8 @@ npm install --save-dev grunt-inline-angular-templates
47
* Add a task to your Gruntfile.js to generate the templates inside index.html
48
* Run the task and the templates should be cached inside index.html (e.g. in build/index.html)
49
50
+##Notes
51
+* The class works with angular2.0.0-beta.7
52
+* Optionally TemplateCacheResolver can be replaced with anything else as long as it implements the CacheResolver interface.
53
+
54
The webpack task won't be necessary if system.js is used (index.html has to be modified to work with system.js).
0 commit comments