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