Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 275 forks source link

famous-angular, does it work with typescript? #368

Open wangvnn opened 9 years ago

wangvnn commented 9 years ago

I found angular typescript, but I am not sure famous-angular working well with typescript?

AlexFrazer commented 9 years ago

+1, would like to know as well.

lekkalapudi commented 9 years ago

I think it should work well with out any issues as typescript ultimately generates javascript, any valid javascript is a valid typescript. The only thing that need to found is if typescript definitions are available for famous angular or not? if they are available then we get validation (type checking) and auto complete support. Other wise famous objects can be mapped to any type and worked upon as we work on plain javascript obejcts

steveblue commented 9 years ago

I'm looking for help writing a typescript definition for Famo.us Engine for ngus. @wangvnn @lekkalapudi want to help?

rohanrehman commented 9 years ago

@steveblue I can contribute