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