angular-bundle-templates

0.0.1 • Public • Published

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');
});

Readme

Keywords

none

Package Sidebar

Install

npm i angular-bundle-templates

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • oliverjash