You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 found angular typescript, but I am not sure famous-angular working well with typescript?
The text was updated successfully, but these errors were encountered: