1. Урок 1. 00:05:18
    Introduction
  2. Урок 2. 00:06:57
    The Demo Application
  3. Урок 3. 00:06:05
    Why Angular 2?
  4. Урок 4. 00:11:50
    Angular Building Blocks 1
  5. Урок 5. 00:09:30
    Angular Building Blocks 2
  6. Урок 6. 00:12:00
    Change Detection & Testing
  7. Урок 7. 00:05:05
    Challenge 1
  8. Урок 8. 00:14:52
    Challenge 1 Solution
  9. Урок 9. 00:06:18
    Module Loading & Webpack
  10. Урок 10. 00:08:24
    ES6 & TypeScript
  11. Урок 11. 00:06:23
    Typings
  12. Урок 12. 00:12:57
    The Anatomy of a Build System
  13. Урок 13. 00:08:09
    Using a Build System
  14. Урок 14. 00:09:52
    A Deeper Look at webpack.config.js
  15. Урок 15. 00:08:49
    Installing Typings
  16. Урок 16. 00:11:08
    CIDER
  17. Урок 17. 00:07:44
    Creating, Importing, & Decorating Classes
  18. Урок 18. 00:07:54
    Component Demonstration
  19. Урок 19. 00:07:38
    Lifecycle Hooks
  20. Урок 20. 00:08:06
    Writing a Component Spec
  21. Урок 21. 00:01:28
    Challenge 2
  22. Урок 22. 00:05:32
    Challenge 2 Solution
  23. Урок 23. 00:06:33
    Interpolation
  24. Урок 24. 00:10:20
    Property, Event, & Two-Way Bindings
  25. Урок 25. 00:05:09
    Asterisk, Hashtag, & Elvis Operators
  26. Урок 26. 00:13:31
    Template Demonstration: Bindings and Styles
  27. Урок 27. 00:05:15
    Template Demonstration: Operators
  28. Урок 28. 00:02:13
    Challenge 3
  29. Урок 29. 00:12:33
    Challenge 3 Solution Part 1
  30. Урок 30. 00:07:47
    Challenge 3 Solution Part 2
  31. Урок 31. 00:09:14
    Creating Services
  32. Урок 32. 00:09:15
    Challenge 4
  33. Урок 33. 00:13:49
    Challenge 4 Solution
  34. Урок 34. 00:04:11
    Services Q&A
  35. Урок 35. 00:07:29
    Router Overview
  36. Урок 36. 00:08:27
    Day-Two Demo Application
  37. Урок 37. 00:01:10
    Challenge 5
  38. Урок 38. 00:09:57
    Challenge 5 Solution
  39. Урок 39. 00:10:39
    Component Router, Navigating Routes & Query Parameters
  40. Урок 40. 00:10:24
    Child Routes
  41. Урок 41. 00:04:53
    Router Demonstration 1
  42. Урок 42. 00:12:19
    Router Demonstration 2
  43. Урок 43. 00:00:43
    Challenge 6
  44. Урок 44. 00:15:39
    Challenge 6 Solution
  45. Урок 45. 00:09:23
    Component System Architecture
  46. Урок 46. 00:02:50
    Component Contracts
  47. Урок 47. 00:10:15
    @Input & @Output
  48. Урок 48. 00:10:29
    EventEmitter Demonstration
  49. Урок 49. 00:04:41
    Smart & Dumb Components
  50. Урок 50. 00:08:48
    View Encapsulation
  51. Урок 51. 00:03:04
    Challenge 7
  52. Урок 52. 00:09:08
    Challenge 7 Solution Part 1
  53. Урок 53. 00:12:12
    Challenge 7 Solution Part 2
  54. Урок 54. 00:08:26
    Attribute Directives
  55. Урок 55. 00:10:04
    Directive Host Property
  56. Урок 56. 00:10:40
    Built-in & Structural Directives
  57. Урок 57. 00:04:09
    Challenge 8
  58. Урок 58. 00:10:03
    Challenge 8 Solution Part 1
  59. Урок 59. 00:06:17
    Challenge 8 Solution Part 2
  60. Урок 60. 00:11:34
    Form Builder
  61. Урок 61. 00:11:06
    Submitting Forms
  62. Урок 62. 00:00:56
    Challenge 9
  63. Урок 63. 00:06:28
    Challenge 9 Solution Part 1
  64. Урок 64. 00:10:43
    Challenge 9 Solution Part 2
  65. Урок 65. 00:03:43
    The HTTP Module
  66. Урок 66. 00:06:56
    Observables & Headers
  67. Урок 67. 00:10:37
    HTTP Demonstration Part 1
  68. Урок 68. 00:07:10
    HTTP Demonstration Part 2
  69. Урок 69. 00:02:53
    Challenge 10
  70. Урок 70. 00:07:51
    Challenge 10 Solution Part 1
  71. Урок 71. 00:10:09
    Challenge 10 Solution Part 2
  72. Урок 72. 00:04:03
    What are Pipes?
  73. Урок 73. 00:09:06
    Pipe Demonstration