1. Урок 1. 00:04:55
    Angular Architecture overview
  2. Урок 2. 00:10:25
    Classes, Spread operator, Arrow functions, Immutability
  3. Урок 3. 00:02:34
    Understanding import and exports
  4. Урок 4. 00:01:36
    Installing our project
  5. Урок 5. 00:06:46
    First component with @Component
  6. Урок 6. 00:05:34
    Root module with @NgModule
  7. Урок 7. 00:02:33
    Bootstrapping Angular
  8. Урок 8. 00:03:29
    Interpolation and expressions
  9. Урок 9. 00:05:28
    Property binding
  10. Урок 10. 00:06:08
    Event binding
  11. Урок 11. 00:04:40
    Two-way databinding
  12. Урок 12. 00:02:29
    Template #ref variables
  13. Урок 13. 00:06:12
    ngIf, * syntax and <ng-template>
  14. Урок 14. 00:07:43
    ngFor and iterating collections
  15. Урок 15. 00:05:48
    ngClass and className bindings
  16. Урок 16. 00:03:29
    ngStyle and style bindings
  17. Урок 17. 00:08:09
    Pipes for data transformation
  18. Урок 18. 00:05:24
    Safe navigation operator
  19. Урок 19. 00:01:42
    Smart and dumb components overview
  20. Урок 20. 00:03:31
    One-way dataflow overview
  21. Урок 21. 00:04:08
    Feature modules with @NgModule
  22. Урок 22. 00:11:12
    Creating a container (smart) component
  23. Урок 23. 00:02:52
    ngOnInit lifecycle hook
  24. Урок 24. 00:06:23
    Presentational (dumb) components
  25. Урок 25. 00:06:28
    Passing data into components with @Input
  26. Урок 26. 00:05:30
    Dynamic @Input values with *ngFor
  27. Урок 27. 00:15:59
    Emitting changes with @Output and EventEmitter
  28. Урок 28. 00:06:22
    Immutable state changes
  29. Урок 29. 00:07:06
    ngOnChanges lifecycle hook
  30. Урок 30. 00:08:19
    Data Services and Dependency Injection
  31. Урок 31. 00:04:14
    Understanding @Injectable
  32. Урок 32. 00:09:14
    Http data fetching with Observables
  33. Урок 33. 00:08:14
    Http put, delete with immutable state
  34. Урок 34. 00:02:27
    Custom Headers and RequestOptions
  35. Урок 35. 00:02:26
    Http Promises alternative
  36. Урок 36. 00:01:59
    Observable.catch error handling
  37. Урок 37. 00:08:58
    Forms container component
  38. Урок 38. 00:08:04
    Form stateless component
  39. Урок 39. 00:06:38
    ngForm and ngModel
  40. Урок 40. 00:08:27
    Binding to radio buttons
  41. Урок 41. 00:02:07
    Binding to checkboxes
  42. Урок 42. 00:10:00
    <select> option rendering, and ngValue
  43. Урок 43. 00:09:56
    Form validation and error states
  44. Урок 44. 00:01:52
    Dynamically disabling submit
  45. Урок 45. 00:07:14
    ngSubmit and stateless @Output
  46. Урок 46. 00:01:04
    Base href and RouterModule
  47. Урок 47. 00:05:09
    Root module routes and outlet
  48. Урок 48. 00:02:01
    Wildcard routes for 404 handling
  49. Урок 49. 00:02:15
    Understanding routerLink
  50. Урок 50. 00:04:49
    Styling active routes
  51. Урок 51. 00:03:30
    Dynamic navigation with ngFor
  52. Урок 52. 00:04:03
    Feature-module routes with forChild()
  53. Урок 53. 00:03:02
    Child and dynamic routes
  54. Урок 54. 00:05:42
    Route params, data-fetching with switchMap
  55. Урок 55. 00:07:36
    Imperative routing API
  56. Урок 56. 00:02:01
    Hash location strategy
  57. Урок 57. 00:00:57
    Applying redirects