• Урок 1. 00:00:53
    Introduction
  • Урок 2. 00:05:36
    types in javascript
  • Урок 3. 00:04:47
    introduction to asts
  • Урок 4. 00:03:57
    types in typescript.
  • Урок 5. 00:05:42
    navigating a typescript project
  • Урок 6. 00:06:30
    refactoring a typescript project
  • Урок 7. 00:08:34
    from index.html to typescript
  • Урок 8. 00:02:17
    switching to ts files and compiling in watch mode
  • Урок 9. 00:03:47
    string and number types
  • Урок 10. 00:02:47
    no emit on error
  • Урок 11. 00:03:10
    string literal types
  • Урок 12. 00:03:33
    union types and type aliases
  • Урок 13. 00:04:03
    function parameter and return types
  • Урок 14. 00:03:07
    void and never types
  • Урок 15. 00:09:02
    null and undefined types
  • Урок 16. 00:09:04
    interfaces
  • Урок 17. 00:07:29
    function overloads
  • Урок 18. 00:05:49
    generics and type parameters
  • Урок 19. 00:03:17
    splitting our code into modules
  • Урок 20. 00:04:08
    configuring compiled module output
  • Урок 21. 00:07:46
    adding webpack
  • Урок 22. 00:03:25
    class properties
  • Урок 23. 00:02:41
    static vs instance properties
  • Урок 24. 00:04:13
    class methods
  • Урок 25. 00:06:24
    extends and implements
  • Урок 26. 00:06:36
    access modifiers
  • Урок 27. 00:05:31
    decorators and decorator factories
  • Урок 28. 00:04:35
    method decorators
  • Урок 29. 00:04:27
    property and parameter decorators
  • Урок 30. 00:08:46
    introduction to declaration files
  • Урок 31. 00:07:45
    DefinitelyTyped and @types
  • Урок 32. 00:14:34
    Bringing it all together in an Angular 2+ app