Can I use coffee script instead of typescript in my Angular 4 application?
Asked
Active
Viewed 1,012 times
1 Answers
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:
- Documentation (there is not a complete documentation for angular in javascript)
- popularity http://www.npmtrends.com/typescript-vs-coffeescript
- typscript offer really nice features
hope it helps

Mauricio De La Quintana
- 2,362
- 16
- 14
-
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