Babel preset for angular2
npm install babel-preset-angular2A Babel preset for angular2.
This preset includes the following plugins:
- babel-plugin-angular2-annotations
- babel-plugin-transform-decorators-legacy
- babel-plugin-transform-class-properties
- babel-plugin-transform-flow-strip-types
``sh`
npm install -D babel-preset-angular2 babel-preset-2015
Add the following line to your .babelrc file:
`json``
{
"presets": ["es2015", "angular2"]
}