Skip to content

OliverJAsh/angular-bundle-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages