All Projects → shuhei → babel-preset-angular2

shuhei / babel-preset-angular2

Licence: other
A Babel preset for angular2

Programming Languages

javascript
184084 projects - #8 most used programming language

babel-preset-angular2

A 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

Installation

npm install -D babel-preset-angular2 babel-preset-es2015

Usage

Add the following line to your .babelrc file:

{
  "presets": ["es2015", "angular2"]
}

See babel-angular2-app for more complete example.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].