0.0.1 • Published 7 years ago

flow-interfaces-angular v0.0.1

Weekly downloads
7
License
ISC
Repository
github
Last release
7 years ago

flow-interfaces-angular

Flow interfaces allowing the use of Facebook's Flow with Angular JS projects. Forked from: https://github.com/solnet-aquarium/flow-interfaces-angular

Usage

  • npm install --save flow-interfaces-angular
  • flow init at the root of your project
  • Add a .flowconfig file with content that resembles:

    [libs]
    node_modules/flow-interfaces-angular/interfaces
  • Run flow on your project

For more information, see Flow