Famous/famous-angular

famous-angular, does it work with typescript?

wangvnn opened this issue · 4 comments

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

+1, would like to know as well.

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

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

@steveblue I can contribute