https://github.com/oliverjash/angular-bundle-templates
https://github.com/oliverjash/angular-bundle-templates
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oliverjash/angular-bundle-templates
- Owner: OliverJAsh
- Created: 2016-11-10T20:29:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T20:29:44.000Z (about 9 years ago)
- Last Synced: 2025-03-06T11:27:07.098Z (10 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-bundle-templates
```
npm install angular-bundle-templates
```
```
angular-bundle-templates [--root root] module file …
```
E.g.
```
$ angular-bundle-templates --root client/ myApp client/foo.html client/bar.html
angular.module('myApp').run($templateCache => {
$templateCache.put('foo.html', 'foo\n');
$templateCache.put('bar.html', 'bar\n');
});
```