Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A collection of angular decorators for angularjs 1.5.x projects written in typescript

License

Notifications You must be signed in to change notification settings

steinringer/angular-ts-decorators

 
 

Repository files navigation

Fork of https://github.com/vsternbach/angular-ts-decorators

  • added simple support for controllers @Controller (not Angular2 valid)
  • npm scripts ported to windows (for in loops)
  • id in module is required
  • added registrations to ST module system
  • added ensure of $inject static property
  • directive class represents directive body instead of controller in order to be able to inject services into compile and link functions

New version release

  • npm version patch -m "chore(version): increase to 4.0.3"
  • npm login (steinringer credentials - confluence)
  • npm run build
  • npm publish dist --access public

About

A collection of angular decorators for angularjs 1.5.x projects written in typescript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.9%
  • JavaScript 1.1%