Удален по просьбе правообладателя
  • Урок 1. 00:01:41
    Course Overview
  • Урок 2. 00:03:17
    Introduction
  • Урок 3. 00:01:42
    Anatomy of an Angular Application
  • Урок 4. 00:02:36
    Get the Most from This Course
  • Урок 5. 00:02:59
    Sample Application
  • Урок 6. 00:02:14
    Course Outline
  • Урок 7. 00:00:57
    Introduction
  • Урок 8. 00:04:03
    Selecting a Language
  • Урок 9. 00:01:07
    Selecting an Editor
  • Урок 10. 00:01:28
    Setting up Our Environment
  • Урок 11. 00:02:46
    Setting up an Angular Application
  • Урок 12. 00:02:52
    Installing an Angular Application
  • Урок 13. 00:02:58
    Running an Angular Application
  • Урок 14. 00:04:24
    About Modules
  • Урок 15. 00:01:23
    Summary
  • Урок 16. 00:01:27
    Introduction
  • Урок 17. 00:02:00
    What Is a Component?
  • Урок 18. 00:02:18
    Creating the Component Class
  • Урок 19. 00:02:33
    Defining the Metadata with a Decorator
  • Урок 20. 00:02:09
    Importing What We Need
  • Урок 21. 00:04:06
    Demo: Creating the App Component
  • Урок 22. 00:04:23
    Bootstrapping Our App Component
  • Урок 23. 00:03:50
    Demo: Bootstrapping Our App Component
  • Урок 24. 00:05:16
    Checklists and Summary
  • Урок 25. 00:02:18
    Introduction
  • Урок 26. 00:05:44
    Building a Template
  • Урок 27. 00:02:26
    Building the Component
  • Урок 28. 00:05:31
    Using a Component as a Directive
  • Урок 29. 00:04:08
    Binding with Interpolation
  • Урок 30. 00:05:01
    Adding Logic with Directives: ngIf
  • Урок 31. 00:04:50
    Adding Logic with Directives: ngFor
  • Урок 32. 00:03:12
    Checklists and Summary
  • Урок 33. 00:01:50
    Introduction
  • Урок 34. 00:03:33
    Property Binding
  • Урок 35. 00:04:34
    Handling Events with Event Binding
  • Урок 36. 00:04:57
    Handling Input with Two-way Binding
  • Урок 37. 00:04:04
    Transforming Data with Pipes
  • Урок 38. 00:02:59
    Checklists and Summary
  • Урок 39. 00:02:28
    Introduction
  • Урок 40. 00:05:42
    Defining Interfaces
  • Урок 41. 00:03:35
    Encapsulating Component Styles
  • Урок 42. 00:04:17
    Using Lifecycle Hooks
  • Урок 43. 00:06:58
    Building Custom Pipes
  • Урок 44. 00:04:42
    Filtering a List
  • Урок 45. 00:03:27
    Checklists and Summary
  • Урок 46. 00:03:06
    Introduction
  • Урок 47. 00:05:13
    Building a Nested Component
  • Урок 48. 00:03:14
    Using a Nested Component
  • Урок 49. 00:02:56
    Passing Data to a Nested Component Using @Input
  • Урок 50. 00:08:42
    Passing Data from a Component Using @Output
  • Урок 51. 00:02:49
    Checklists and Summary
  • Урок 52. 00:01:50
    Introduction
  • Урок 53. 00:02:33
    How Does It Work?
  • Урок 54. 00:02:52
    Building a Service
  • Урок 55. 00:04:14
    Registering the Service
  • Урок 56. 00:05:00
    Injecting the Service
  • Урок 57. 00:02:24
    Checklists and Summary
  • Урок 58. 00:01:23
    Introduction
  • Урок 59. 00:05:48
    Observables and Reactive Extensions
  • Урок 60. 00:04:53
    Sending an HTTP Request
  • Урок 61. 00:03:19
    Demo: Sending an Http Request
  • Урок 62. 00:02:32
    Exception Handling
  • Урок 63. 00:03:34
    Subscribing to an Observable
  • Урок 64. 00:03:36
    Demo: Subscribing to an Observable
  • Урок 65. 00:03:19
    Checklists and Summary
  • Урок 66. 00:01:33
    Introduction
  • Урок 67. 00:06:11
    Generating Code and Handling Undefined
  • Урок 68. 00:02:51
    How Routing Works
  • Урок 69. 00:04:22
    Configuring Routes
  • Урок 70. 00:02:14
    Demo: Configuring Routes
  • Урок 71. 00:03:49
    Tying Routes to Actions
  • Урок 72. 00:02:39
    Placing the Views
  • Урок 73. 00:03:36
    Checklists and Summary
  • Урок 74. 00:01:09
    Introduction
  • Урок 75. 00:02:55
    Passing Parameters to a Route
  • Урок 76. 00:04:03
    Demo: Passing Parameters to a Route
  • Урок 77. 00:03:20
    Activating a Route with Code
  • Урок 78. 00:02:05
    Protecting Routes with Guards
  • Урок 79. 00:05:22
    Demo: Protecting Routes with Guards
  • Урок 80. 00:03:01
    Checklists and Summary
  • Урок 81. 00:01:27
    Introduction
  • Урок 82. 00:05:35
    What Is an Angular Module?
  • Урок 83. 00:01:16
    Bootstrap Array
  • Урок 84. 00:03:04
    Declarations Array
  • Урок 85. 00:02:10
    Exports Array
  • Урок 86. 00:03:21
    Imports Array
  • Урок 87. 00:02:39
    Providers Array
  • Урок 88. 00:03:22
    Feature Modules
  • Урок 89. 00:04:09
    Demo: Feature Modules
  • Урок 90. 00:04:41
    Shared Module
  • Урок 91. 00:04:03
    Revisiting AppModule
  • Урок 92. 00:04:15
    Checklists and Summary
  • Урок 93. 00:01:06
    Introduction
  • Урок 94. 00:01:34
    Angular CLI Overview
  • Урок 95. 00:07:08
    ng new
  • Урок 96. 00:04:23
    ng serve
  • Урок 97. 00:01:25
    ng generate
  • Урок 98. 00:01:42
    ng test
  • Урок 99. 00:04:14
    ng build
  • Урок 100. 00:01:26
    Checklists and Summary
  • Урок 101. 00:00:34
    Introduction
  • Урок 102. 00:02:03
    Recapping Our Journey
  • Урок 103. 00:01:56
    Learning More
  • Урок 104. 00:01:07
    What Is Angular? (Revisited)
  • Урок 105. 00:00:39
    Closing