1.0.8 • Published 6 years ago

sasquatch-angularjs v1.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

sasquatch-angularjs

Sasquatch transforms for AngularJS.

Installation

  • Install globally: npm i sasquatch-angularjs

Usage

In your sasquatch.config.ts, add this import:

import {AngularJsModule} from 'sasquatch-angularjs';

and add the imported module to the modules array:

modules: [StandardModule, AngularJsModule],

Configuration

By default, all transforms will be executed. If you want to override the transforms used, simply overwrite the transforms property of the imported module. e.g.

import {Module} from 'sasquatch';
import {AngularJsModule} from 'sasquatch-angularjs';

const myModule: Module = {
  ...AngularJsModule,
  transforms: {
    use: {
      AddBuiltInAngularTypes: {

      }
    }
  }
}

and add to your modules

modules: [StandardModule, myModule],
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago