ngfactory-loader

1.0.1 • Public • Published

ngfactory-loader

npm i ngfactory-loader -S

Serves the same purpose the html-loader does, except operatates on compiled *.ngfactory.ts files.

Usage

Put this in the loader pipline just before your typescript loader.

{
    test: /\.ts$/,
    loaders: ['awesome-typescript', 'ngfactory', ...]
}, ...

Compatibility

This has been tested with these versions of @angular/compiler-cli:

  • 0.6.2

Package Sidebar

Install

npm i ngfactory-loader

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • tiedye