1. Урок 1. 00:06:20
    Course Introduction
  2. Урок 2. 00:01:06
    Let's see the sample application
  3. Урок 3. 00:03:50
    Introduction
  4. Урок 4. 00:04:59
    Styles, classes, constructor arguments, common mistakes
  5. Урок 5. 00:04:14
    TypeScript
  6. Урок 6. 00:01:38
    More component features; component best practices
  7. Урок 7. 00:01:44
    Introduction
  8. Урок 8. 00:02:49
    textContent String Interpolation Data Binding
  9. Урок 9. 00:03:31
    Dynamic data Binding, lifecycle hook ngOnInit(), and arrow functions
  10. Урок 10. 00:05:16
    Template Expressions, Pipes, and the Elvis operator
  11. Урок 11. 00:05:24
    Idempotent rule -- deep dive; TypeScript getter
  12. Урок 12. 00:02:01
    Multiple components
  13. Урок 13. 00:03:46
    Input Properties: Parent -> Child communication
  14. Урок 14. 00:02:50
    Interpolation vs Property Binding
  15. Урок 15. 00:05:06
    HTML Attributes and DOM Properties
  16. Урок 16. 00:05:10
    Attribute, Class, and Style Binding
  17. Урок 17. 00:03:19
    The Simple Attribute Directive
  18. Урок 18. 00:06:12
    DOM Event Binding
  19. Урок 19. 00:03:57
    DOM Events
  20. Урок 20. 00:03:27
    Local Template Variables and Keyboard Events
  21. Урок 21. 00:03:14
    Template Statements
  22. Урок 22. 00:03:49
    Visual Studio Code, a TypeScript-aware editor
  23. Урок 23. 00:04:25
    TypeScript Interfaces
  24. Урок 24. 00:04:41
    Structural Directive Overview and NgIf, the conditional structural directive
  25. Урок 25. 00:03:38
    The multi-conditional structural directive: NgSwitch
  26. Урок 26. 00:04:14
    The workhorse structural directive: NgFor
  27. Урок 27. 00:01:40
    Progress Check
  28. Урок 28. 00:05:05
    Output Properties / Component Custom Events: Child-> Parent Communication
  29. Урок 29. 00:03:55
    Parent <-> Child Communication
  30. Урок 30. 00:04:47
    Reference Types as Input Properties
  31. Урок 31. 00:05:30
    Primitive Types as Input Properties
  32. Урок 32. 00:04:32
    Two-way Data Binding with NgModel
  33. Урок 33. 00:05:43
    Two-way Data Binding between Components
  34. Урок 34. 00:03:59
    Host Binding
  35. Урок 35. 00:03:15
    Avoiding ElementRef
  36. Урок 36. 00:02:36
    ViewChild and setting focus() on a Form Element in the View
  37. Урок 37. 00:03:53
    ViewChild and ViewChildren
  38. Урок 38. 00:01:47
    ContentChild and ContentChildren
  39. Урок 39. 00:02:36
    Material Design Styling
  40. Урок 40. 00:03:33
    App Enhancements and Dealing with Data that is not Available Yet
  41. Урок 41. 00:03:53
    Services Overview
  42. Урок 42. 00:04:54
    Making an HttpClient GET request; RxJS Observables vs Promises
  43. Урок 43. 00:07:38
    Reactive Programming and RxJS Observables
  44. Урок 44. 00:05:28
    RxJS Operators - Part 1
  45. Урок 45. 00:09:18
    RxJS Operators - Part 2
  46. Урок 46. 00:04:52
    Creating Observables from Reactive Forms, browser events; Unsubscribing
  47. Урок 47. 00:09:24
    RxJS Subjects and additional RxJS resources
  48. Урок 48. 00:09:01
    Dealing with Errors that come back from the Server
  49. Урок 49. 00:02:30
    More about Services and Data Flow with a Service
  50. Урок 50. 00:04:12
    Using a Service to Cache Data
  51. Урок 51. 00:03:19
    Overview
  52. Урок 52. 00:07:33
    Injector Hierarchy
  53. Урок 53. 00:03:44
    Registering Providers, Tokens and Recipes
  54. Урок 54. 00:06:13
    Different Types of Providers
  55. Урок 55. 00:04:21
    Providers Review
  56. Урок 56. 00:01:48
    Injector Decorators
  57. Урок 57. 00:03:07
    Other Injectables, Attribute Directives, Dynamic Event Binding with Renderer
  58. Урок 58. 00:03:15
    Other Injectables (part 2), Structural Directives and Structural Components
  59. Урок 59. 00:03:09
    Change Detection Overview
  60. Урок 60. 00:02:29
    How did they make it so fast?
  61. Урок 61. 00:05:25
    The Classic Change Detection Problem - "My view isn't updating!"
  62. Урок 62. 00:02:33
    What Exactly is Change Detection?
  63. Урок 63. 00:01:09
    Angular's Three Conceptual Trees
  64. Урок 64. 00:05:56
    Change Detection Phases
  65. Урок 65. 00:05:39
    Lifecycle hooks - constructor, destructor, onInit, onChanges
  66. Урок 66. 00:04:08
    Lifecycle hooks - doCheck and the after* hooks
  67. Урок 67. 00:03:20
    Lifecycle hooks - the comprehensive plunker
  68. Урок 68. 00:05:54
    Change Detection Control Knobs - Part 1
  69. Урок 69. 00:03:05
    Change Detection Control Knobs - Part 2
  70. Урок 70. 00:04:25
    OnPush Demystified - Part 1
  71. Урок 71. 00:06:28
    OnPush Demystified - Part 2
  72. Урок 72. 00:03:46
    Best Practices - Part 1
  73. Урок 73. 00:03:11
    Best Practices - Part 2
  74. Урок 74. 00:05:34
    Architecting an Angular Application
  75. Урок 75. 00:04:13
    Websites for Learning Angular
  76. Урок 76. 00:02:41
    Bloopers