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