Удален по просьбе правообладателя
  1. Урок 1. 00:01:52
    Course Introduction
  2. Урок 2. 00:01:04
    Introduction
  3. Урок 3. 00:08:27
    Why use TypeScript?
  4. Урок 4. 00:08:53
    TypeScript Features
  5. Урок 5. 00:05:19
    TypeScript Syntax, Keywords
  6. Урок 6. 00:01:57
    Tooling and Framework Options
  7. Урок 7. 00:03:20
    Tooling and Framework Options - TypeScript Playground
  8. Урок 8. 00:02:50
    Tooling and Framework Options - Visual Studio
  9. Урок 9. 00:02:02
    Tooling and Framework Options - Web Essentials
  10. Урок 10. 00:04:37
    Tooling and Framework Options - Sublime Text
  11. Урок 11. 00:02:20
    Tooling and Framework Options - TypeScript Compiler
  12. Урок 12. 00:04:52
    Tooling and Framework Options - NodeJS
  13. Урок 13. 00:00:22
    Hello World Example
  14. Урок 14. 00:07:33
    Hello World Example - Creating a Class
  15. Урок 15. 00:01:30
    Summary
  16. Урок 16. 00:00:45
    Overview
  17. Урок 17. 00:04:40
    Grammar, Declarations, and Annotations
  18. Урок 18. 00:06:03
    Type Inference
  19. Урок 19. 00:05:57
    Grammar
  20. Урок 20. 00:04:45
    Static and Dynamic Typing
  21. Урок 21. 00:03:29
    Compile Time or Run Time
  22. Урок 22. 00:06:22
    Ambient Declarations and Type Definition Files
  23. Урок 23. 00:02:47
    The Any Type and Primatives
  24. Урок 24. 00:06:52
    Applying Types
  25. Урок 25. 00:09:04
    Objects
  26. Урок 26. 00:02:10
    Functions
  27. Урок 27. 00:06:54
    Arrow Functions and Debugging
  28. Урок 28. 00:11:07
    Functions and Interfaces
  29. Урок 29. 00:01:17
    Static Typing Recap
  30. Урок 30. 00:00:33
    Introduction
  31. Урок 31. 00:09:58
    Defining Classes
  32. Урок 32. 00:08:31
    Demo: Defining Classes
  33. Урок 33. 00:03:21
    Demo: Property Limitations
  34. Урок 34. 00:03:22
    Casting and Type Definition Files
  35. Урок 35. 00:06:14
    Demo: Casting and Type Definition Files
  36. Урок 36. 00:04:42
    Extending Types
  37. Урок 37. 00:13:42
    Demo: Extending Types
  38. Урок 38. 00:06:31
    Using Interfaces
  39. Урок 39. 00:08:37
    Demo: Using Interfaces
  40. Урок 40. 00:02:27
    Extending an Interface
  41. Урок 41. 00:07:30
    Demo: Extending an Interface
  42. Урок 42. 00:01:35
    Summary
  43. Урок 43. 00:00:41
    Overview
  44. Урок 44. 00:02:24
    Identifying a Module
  45. Урок 45. 00:06:35
    Creating an Internal Module
  46. Урок 46. 00:04:17
    Internal Module Accessibility and IIFE
  47. Урок 47. 00:05:43
    Named Modules
  48. Урок 48. 00:05:07
    Extending Modules and Importing Shortcuts
  49. Урок 49. 00:02:37
    Organizing Internal Modules
  50. Урок 50. 00:07:12
    Separating Internal Modules
  51. Урок 51. 00:04:51
    External Modules and Dependency Resolution
  52. Урок 52. 00:04:46
    Module Dependencies
  53. Урок 53. 00:09:40
    Importing External Modules Using AMD
  54. Урок 54. 00:02:38
    Importing 3rd Party Libraries Using AMD
  55. Урок 55. 00:01:51
    Modules Recap