1. Урок 1. 00:00:39
    Introduction
  2. Урок 2. 00:02:01
    What is Angular?
  3. Урок 3. 00:03:48
    Architecture of Angular Apps
  4. Урок 4. 00:02:40
    Setting Up the Development Environment
  5. Урок 5. 00:02:25
    Your First Angular App
  6. Урок 6. 00:06:54
    Structure of Angular Projects
  7. Урок 7. 00:03:15
    Webpack
  8. Урок 8. 00:03:34
    Angular Version History
  9. Урок 9. 00:00:41
    Introduction
  10. Урок 10. 00:02:24
    What is TypeScript?
  11. Урок 11. 00:03:00
    Your First TypeScript Program
  12. Урок 12. 00:04:50
    Declaring Variables
  13. Урок 13. 00:05:43
    Types
  14. Урок 14. 00:02:48
    Type Assertions
  15. Урок 15. 00:01:44
    Arrow Functions
  16. Урок 16. 00:03:54
    Interfaces
  17. Урок 17. 00:04:31
    Classes
  18. Урок 18. 00:04:09
    Objects
  19. Урок 19. 00:02:52
    Constructors
  20. Урок 20. 00:02:56
    Access Modifiers
  21. Урок 21. 00:01:42
    Access Modifiers in Constructor Parameters
  22. Урок 22. 00:05:18
    Properties
  23. Урок 23. 00:04:32
    Modules
  24. Урок 24. 00:05:09
    Solution
  25. Урок 25. 00:03:39
    A Problem with the Current Implementation
  26. Урок 26. 00:00:19
    Introduction
  27. Урок 27. 00:03:42
    Building Blocks of Angular Apps
  28. Урок 28. 00:09:39
    Components
  29. Урок 29. 00:04:42
    Generating Components Using Angular CLI
  30. Урок 30. 00:02:28
    Templates
  31. Урок 31. 00:03:27
    Directives
  32. Урок 32. 00:04:29
    Services
  33. Урок 33. 00:07:20
    Dependency Injection
  34. Урок 34. 00:02:11
    Generating Services Using Angular CLI
  35. Урок 35. 00:00:24
    Introduction
  36. Урок 36. 00:03:16
    Property Binding
  37. Урок 37. 00:03:35
    Attribute Binding
  38. Урок 38. 00:04:53
    Adding Bootstrap
  39. Урок 39. 00:01:47
    Class Binding
  40. Урок 40. 00:01:20
    Style Binding
  41. Урок 41. 00:04:30
    Event Binding
  42. Урок 42. 00:01:51
    Event Filtering
  43. Урок 43. 00:01:53
    Template Variables
  44. Урок 44. 00:08:06
    Two-way Binding
  45. Урок 45. 00:06:38
    Pipes
  46. Урок 46. 00:06:16
    Custom Pipes
  47. Урок 47. 00:00:26
    Introduction
  48. Урок 48. 00:04:23
    Component API
  49. Урок 49. 00:04:45
    Input Properties
  50. Урок 50. 00:04:23
    Aliasing Input Properties
  51. Урок 51. 00:03:23
    Output Properties
  52. Урок 52. 00:05:51
    Passing Event Data
  53. Урок 53. 00:02:05
    Aliasing Output Properties
  54. Урок 54. 00:02:41
    Templates
  55. Урок 55. 00:05:11
    Styles
  56. Урок 56. 00:09:11
    View Encapsulation
  57. Урок 57. 00:04:56
    ngContent
  58. Урок 58. 00:02:34
    ngContainer
  59. Урок 59. 00:00:31
    Introduction
  60. Урок 60. 00:06:11
    ngIf
  61. Урок 61. 00:03:25
    Hidden Property
  62. Урок 62. 00:06:36
    ngSwitchCase
  63. Урок 63. 00:04:18
    ngFor
  64. Урок 64. 00:03:28
    ngFor and Change Detection
  65. Урок 65. 00:05:47
    ngFor and Trackby
  66. Урок 66. 00:01:47
    The Leading Asterisk
  67. Урок 67. 00:01:51
    ngClass
  68. Урок 68. 00:02:32
    ngStyle
  69. Урок 69. 00:02:45
    Safe Traversal Operator
  70. Урок 70. 00:09:53
    Creating Custom Directives
  71. Урок 71. 00:00:26
    Introduction
  72. Урок 72. 00:04:05
    Building a Bootstrap Form
  73. Урок 73. 00:03:21
    Types of Forms
  74. Урок 74. 00:05:30
    ngModel
  75. Урок 75. 00:03:18
    Adding Validation
  76. Урок 76. 00:04:20
    Specific Validation Errors
  77. Урок 77. 00:01:26
    Styling Invalid Input Fields
  78. Урок 78. 00:01:52
    Cleaner Templates
  79. Урок 79. 00:05:05
    ngForm
  80. Урок 80. 00:02:39
    ngModelGroup
  81. Урок 81. 00:01:47
    Control Classes and Directives
  82. Урок 82. 00:01:08
    Disabling the Submit Button
  83. Урок 83. 00:02:18
    Working with Check Boxes
  84. Урок 84. 00:06:02
    Working with Drop-down Lists
  85. Урок 85. 00:02:56
    Working with Radio Buttons
  86. Урок 86. 00:01:15
    Introduction
  87. Урок 87. 00:00:50
    Building a Bootstrap Form
  88. Урок 88. 00:06:14
    Creating Controls Programmatically
  89. Урок 89. 00:07:07
    Adding Validation
  90. Урок 90. 00:02:34
    Specific Validation Errors
  91. Урок 91. 00:07:01
    Implementing Custom Validation
  92. Урок 92. 00:05:13
    Asynchronous Operations
  93. Урок 93. 00:08:04
    Asynchronous Validators
  94. Урок 94. 00:01:38
    Showing a Loader Image
  95. Урок 95. 00:04:58
    Validating the Form Input Upon Submit
  96. Урок 96. 00:02:40
    Nested FormGroups
  97. Урок 97. 00:08:43
    FormArray
  98. Урок 98. 00:03:59
    FormBuilder
  99. Урок 99. 00:01:16
    Quick Recap
  100. Урок 100. 00:01:03
    Introduction
  101. Урок 101. 00:01:52
    JSONPlaceHolder
  102. Урок 102. 00:08:17
    Getting Data
  103. Урок 103. 00:08:00
    Creating Data
  104. Урок 104. 00:05:05
    Updating Data
  105. Урок 105. 00:01:59
    Deleting Data
  106. Урок 106. 00:03:54
    OnInit Interface
  107. Урок 107. 00:03:41
    Separation of Concerns
  108. Урок 108. 00:07:10
    Extracting a Service
  109. Урок 109. 00:03:21
    Handling Errors
  110. Урок 110. 00:02:27
    Handling Unexpected ERrors
  111. Урок 111. 00:04:28
    Handling Expected Errors
  112. Урок 112. 00:08:32
    Throwing Application-specific Errors
  113. Урок 113. 00:03:00
    Handling Bad Request Errors
  114. Урок 114. 00:03:08
    Importing Observable Operators and Factory Methods
  115. Урок 115. 00:07:03
    Global Error Handling
  116. Урок 116. 00:03:35
    Extracting a Reusable Error Handling Method
  117. Урок 117. 00:07:40
    Extracting a Reusable Data Service
  118. Урок 118. 00:04:27
    The Map Operator
  119. Урок 119. 00:06:25
    Optimistic vs Pessimistic Updates
  120. Урок 120. 00:00:30
    Introduction
  121. Урок 121. 00:01:04
    Routing in a Nutshell
  122. Урок 122. 00:06:47
    Configuring Routes
  123. Урок 123. 00:02:29
    RouterOutlet
  124. Урок 124. 00:05:41
    RouterLink
  125. Урок 125. 00:01:53
    RouterLinkActive
  126. Урок 126. 00:05:23
    Getting the Route Parameters
  127. Урок 127. 00:08:57
    Why Route Parameters Are Observables?
  128. Урок 128. 00:01:48
    Routes with Multiple Parameters
  129. Урок 129. 00:04:29
    Query Parameters
  130. Урок 130. 00:04:45
    Subscribing to Multiple Observables
  131. Урок 131. 00:08:00
    The SwitchMap Operator
  132. Урок 132. 00:02:16
    Programmatic Navigation
  133. Урок 133. 00:00:46
    Introduction
  134. Урок 134. 00:02:29
    Application Overview
  135. Урок 135. 00:03:03
    Architecture
  136. Урок 136. 00:05:47
    JSON Web Tokens
  137. Урок 137. 00:08:03
    Starter Code
  138. Урок 138. 00:06:08
    Implementing Login
  139. Урок 139. 00:06:08
    Implementing Logout
  140. Урок 140. 00:01:48
    Showing or Hiding Elements
  141. Урок 141. 00:06:41
    Showing or Hiding Elements based on the Users Role
  142. Урок 142. 00:04:16
    Getting the Current User
  143. Урок 143. 00:00:49
    CanActivate Interface
  144. Урок 144. 00:05:35
    Redirecting Users After Logging In
  145. Урок 145. 00:04:34
    Protecting Routes Based on the Users Role
  146. Урок 146. 00:05:45
    Accessing Protected API Resources
  147. Урок 147. 00:07:27
    Quick Recap