1.0.8 • Published 5 years ago

sasquatch-angularjs v1.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago