dev-master
9999999-dev http://github.com/digitalcreations/bundler-ngtplAngular template support for dc/bundler
MIT
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Angular template support for dc/bundler
Enables you to minify Javascript files using dc/bundler., (*1)
composer require dc/bundler-ngtpl
or in composer.json, (*2)
"require": {
"dc/bundler-ngtpl": "dev-master"
}
This package depends on dc/router, but strongly suggests dc/ioc. This is how you register the transformer with
the IoC container so it is picked up automatically:, (*3)
\DC\Bundler\NGTemplate\NGTemplateTransformer::registerWithContainer($container, "module");
Specify the Angular module whose $templateCache will register the models., (*4)
Angular template support for dc/bundler
MIT