0.2.1 • Published 7 years ago

ts-ng-annotate-loader v0.2.1

Weekly downloads
105
License
MIT
Repository
github
Last release
7 years ago

Typescript ngAnnotate loader

This project is a wrapper around gulp-typescript-angular to make it available as a Webpack loader.

Usage

See the original project's readme file for instructions on how to structure your code and available options.

In your webpack config, specify the following rule for your TypeScript files:

{
  test: /\.ts$/,
  use: [
    {
      loader: 'ts-ng-annotate-loader',
      options: { // Optional
        firstLowerCase: true,
        // Please note that if you specify any patterns, all default patterns are ignored, so you need to re-define them if you want them
      }
    },
    'ts-loader'
  ]
}
0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago