Skip to content

Polvista/ngtools-webpack-keep-decorators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is temporary version of @ngtools/webpack package that doesn't strip off custom decorators from code. It will be deprecated when angular/angular-cli#2799 is resolved.

Get it from npm:

npm install --save ngtools-webpack-keep-decorators

Change ngtools import:

const ngtools = require('@ngtools/webpack') => const ngtools = require('ngtools-webpack-keep-decorators')

And update your loader:

loaders: ['@ngtools/webpack'] => loaders: ['ngtools-webpack-keep-decorators']

About

@ngtools/webpack that doesn't remove custom decorators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published