2017 © Pedro Peláez
 

library bundler-ngtpl

Angular template support for dc/bundler

image

dc/bundler-ngtpl

Angular template support for dc/bundler

  • Wednesday, May 27, 2015
  • by vegardlarsen
  • Repository
  • 2 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Angular template support for dc/bundler

Enables you to minify Javascript files using dc/bundler., (*1)

Installation

composer require dc/bundler-ngtpl

or in composer.json, (*2)

"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:, (*3)

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

Specify the Angular module whose $templateCache will register the models., (*4)

The Versions

27/05 2015

dev-master

9999999-dev http://github.com/digitalcreations/bundler-ngtpl

Angular template support for dc/bundler

  Sources   Download

MIT

The Requires

 

The Development Requires