Reputation: 9579
My application is in angular version 1.2. We are planning to make any new changes using typescript and angular 2 syntax helpers (like ng-metadata or angular2-now)
Unfortunately the above syntax helpers only works for angular version 1.4+. Is there any such helpers available for angular 1.2?
Upvotes: 1
Views: 45
Reputation: 3970
try this Angular-Typescript project on github, and my advice is to updated your project to 1.4 or above to make it easier for you!
Upvotes: 1