ngCourse2
ngCourse2 copied to clipboard
Update - ECMAScript 6 and Typescript
ECMAScript 6 and Typescript
- [x] ES6 is now supported by most modern browsers
ES6
Modules
Module Systems
- [x] most modern browsers now support es6 modules
Object Initialization
- [ ] type in 1st paragraph, 2nd sentence
Delegation
- [ ] reword 1st sentence
Typescript
- [ ] working with tsc is probably out of date
- [x] ts-lint has been deprecated
- [ ] decorators are no longer "a new feature" in TS (paragraph 3)
- [ ] decorators initial function signatures are hard to read/understand (is there value providing those?)
- [ ] discuss decorator factories on its own page, and then make a reference to Angular's Component() ?
- [ ] Class decorator example is a bit too complicated?