1

Can I use coffee script instead of typescript in my Angular 4 application?

1 Answers1

0

The short answer is yes. There are ways you can (Load coffee script module in Angular ), but it would be better to use typescript for a number is reasons:

hope it helps

  • Thanks for the reply but i'm not sure what you mean by this: "there is not a complete documentation for angular in javascript" – user3750667 Feb 21 '18 at 17:42
  • I mean if you go here https://angular.io/docs it says that most examples are on typscript and new documentation is first released with typescript – Mauricio De La Quintana Feb 21 '18 at 17:52