Skip to content

digitalcreations/bundler-ngtpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular template support for dc/bundler

Enables you to minify Javascript files using dc/bundler.

Installation

composer require dc/bundler-ngtpl

or in composer.json

"require": {
    "dc/bundler-ngtpl": "dev-master"
}

Setup

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:

\DC\Bundler\NGTemplate\NGTemplateTransformer::registerWithContainer($container, "module");

Specify the Angular module whose $templateCache will register the models.

About

Angular template support for dc/bundler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages