Is it possible to use ES5 JavaScript with Angular 2 instead of TypeScript?

后端 未结 7 1601
暗喜
暗喜 2020-12-16 15:46

Is it needed to learn TypeScript for Angular 2?

Can Angular 2 be used with plain JavaScript ?

Edit: I\'ve seen that the languages used as ES6, ES7, Dart comp

7条回答
  •  醉酒成梦
    2020-12-16 16:19

    Angular 5 dropped support for plain ES5.

    See the following commit and comment on GitHub: https://github.com/angular/angular/commit/cac130eff9b9cb608f2308ae40c42c9cd1850c4d

提交回复
热议问题