Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Complete Angular Developer in 2023 Zero to Mastery, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:19
    What Are We Building?
  • Урок 2. 00:04:02
    Join Our Online Classroom!
  • Урок 3. 00:04:24
    ZTM Resources
  • Урок 4. 00:04:41
    Understanding Frameworks
  • Урок 5. 00:04:09
    The Angular CLI
  • Урок 6. 00:03:36
    Creating a New Application
  • Урок 7. 00:02:22
    Latest Version Of Angular
  • Урок 8. 00:05:09
    Starting the server
  • Урок 9. 00:07:43
    Reviewing the Configuration Files
  • Урок 10. 00:01:26
    Main Entry File
  • Урок 11. 00:05:02
    AOT Compilation
  • Урок 12. 00:03:00
    Loading a Platform
  • Урок 13. 00:02:48
    Bootstrapping Angular
  • Урок 14. 00:04:29
    Enabling Production Mode
  • Урок 15. 00:04:01
    Understanding Modules
  • Урок 16. 00:06:06
    Creating Modules
  • Урок 17. 00:01:59
    Understanding Components
  • Урок 18. 00:06:01
    Creating Components
  • Урок 19. 00:06:00
    External Templates and Styles
  • Урок 20. 00:03:46
    Everything else
  • Урок 21. 00:05:10
    Introduction to TypeScript
  • Урок 22. 00:03:46
    Installing TypeScript
  • Урок 23. 00:04:51
    Type Annotations
  • Урок 24. 00:04:40
    Variables
  • Урок 25. 00:03:15
    Union Types
  • Урок 26. 00:03:01
    Arrays
  • Урок 27. 00:03:32
    Objects
  • Урок 28. 00:03:46
    Interfaces
  • Урок 29. 00:03:32
    Classes
  • Урок 30. 00:07:42
    Generics
  • Урок 31. 00:04:39
    Why Decorators?
  • Урок 32. 00:01:57
    TypeScript Configuration
  • Урок 33. 00:07:04
    Writing Decorators
  • Урок 34. 00:07:46
    Interpolation
  • Урок 35. 00:03:50
    Property Binding
  • Урок 36. 00:06:18
    Event Binding
  • Урок 37. 00:05:38
    Type Assertions
  • Урок 38. 00:05:32
    Creating a Component
  • Урок 39. 00:06:44
    Custom Properties
  • Урок 40. 00:02:46
    Input Aliases
  • Урок 41. 00:15:43
    Emitting Events
  • Урок 42. 00:03:18
    Content Projection
  • Урок 43. 00:06:08
    Discovering Lifecycle Hooks
  • Урок 44. 00:10:33
    Exploring More Lifecycle Hooks
  • Урок 45. 00:04:24
    Scoped CSS
  • Урок 46. 00:02:07
    Understanding Pipes
  • Урок 47. 00:05:43
    Pipe Basics
  • Урок 48. 00:02:40
    Angular Dev Tools
  • Урок 49. 00:06:16
    Pipe Parameters
  • Урок 50. 00:07:14
    Dealing with Numbers
  • Урок 51. 00:01:51
    Debugging with Pipes
  • Урок 52. 00:02:00
    Understanding Directives
  • Урок 53. 00:05:10
    The ngClass Directive
  • Урок 54. 00:04:12
    The ngStyle Directive
  • Урок 55. 00:02:12
    Understanding ng-template
  • Урок 56. 00:03:51
    The ngIf Directive
  • Урок 57. 00:05:44
    The ngFor directive
  • Урок 58. 00:06:03
    Introduction to Master Project
  • Урок 59. 00:05:37
    What is Tailwind?
  • Урок 60. 00:07:16
    Installing Tailwind
  • Урок 61. 00:02:31
    Configuring Tailwind
  • Урок 62. 00:05:26
    Practicing with Tailwind
  • Урок 63. 00:04:42
    Loading Static Assets
  • Урок 64. 00:03:31
    What’s Next?
  • Урок 65. 00:04:36
    Creating a User Module
  • Урок 66. 00:05:34
    Navigation and Modal Components
  • Урок 67. 00:03:25
    Exporting Components
  • Урок 68. 00:02:24
    Designing a Modal
  • Урок 69. 00:04:10
    Creating a Shared Module
  • Урок 70. 00:02:49
    Creating a Reusable Modal
  • Урок 71. 00:03:13
    Multi-slot Content Projection
  • Урок 72. 00:03:32
    Understanding Services
  • Урок 73. 00:01:43
    Creating a Service
  • Урок 74. 00:05:35
    Understanding Dependency Injection
  • Урок 75. 00:05:12
    Injecting Services
  • Урок 76. 00:05:52
    Opening the Modal
  • Урок 77. 00:03:10
    Closing the Modal
  • Урок 78. 00:03:47
    Understanding Singletons
  • Урок 79. 00:05:46
    Creating an ID System
  • Урок 80. 00:05:06
    Refactoring the Service
  • Урок 81. 00:04:47
    Updating the Components
  • Урок 82. 00:06:03
    Memory Leaks
  • Урок 83. 00:04:47
    Fixing the memory leak
  • Урок 84. 00:05:50
    CSS Issues
  • Урок 85. 00:06:05
    Creating a Tabs Component
  • Урок 86. 00:05:41
    The ContentChildren Decorator
  • Урок 87. 00:03:23
    The QueryList Object
  • Урок 88. 00:03:21
    Looping through the Tabs
  • Урок 89. 00:07:08
    Setting an Active Tab
  • Урок 90. 00:04:18
    Toggling Tabs
  • Урок 91. 00:02:00
    Preventing the Default Behavior
  • Урок 92. 00:05:44
    Preparing the Forms
  • Урок 93. 00:04:16
    Registering a new Form
  • Урок 94. 00:03:16
    Adding Form Controls
  • Урок 95. 00:03:07
    Binding a Form
  • Урок 96. 00:07:12
    Form Validation
  • Урок 97. 00:04:17
    Understanding Errors
  • Урок 98. 00:05:17
    Handling Errors
  • Урок 99. 00:05:51
    Form Controller Status
  • Урок 100. 00:03:51
    Designing an Input Component
  • Урок 101. 00:08:25
    Binding Form Controls
  • Урок 102. 00:06:29
    Updating the Template
  • Урок 103. 00:06:50
    Validating Emails
  • Урок 104. 00:05:58
    Validating Numbers
  • Урок 105. 00:06:01
    Validating Passwords with Patterns
  • Урок 106. 00:05:54
    Input Masking
  • Урок 107. 00:06:06
    Applying Input Masking
  • Урок 108. 00:05:12
    Disabling Buttons
  • Урок 109. 00:02:50
    Handling Form Submission
  • Урок 110. 00:10:14
    Designing an Alert Component
  • Урок 111. 00:02:23
    Importing the FormsModule
  • Урок 112. 00:04:05
    Registering a new Form
  • Урок 113. 00:06:39
    Two-way Binding
  • Урок 114. 00:05:47
    Template Variables
  • Урок 115. 00:03:25
    Attribute Validation
  • Урок 116. 00:03:42
    Handling Error Messages
  • Урок 117. 00:04:14
    Preparing the Password Field
  • Урок 118. 00:04:50
    Handling Form Submission
  • Урок 119. 00:02:57
    Exercise: Imposter Syndrome
  • Урок 120. 00:06:03
    Introduction to RxJS
  • Урок 121. 00:05:22
    Observables
  • Урок 122. 00:04:21
    Observers
  • Урок 123. 00:03:40
    Pushing Asynchronous Values
  • Урок 124. 00:03:34
    Unsubscribing from Observables
  • Урок 125. 00:05:48
    Declarative Programming with Operators
  • Урок 126. 00:05:26
    Timing Operators
  • Урок 127. 00:02:16
    DOM Event Operators
  • Урок 128. 00:05:55
    The of and from operators
  • Урок 129. 00:04:03
    Understanding Pipeable Operators
  • Урок 130. 00:04:06
    The Map Operator
  • Урок 131. 00:02:44
    Marble Diagram
  • Урок 132. 00:03:40
    Pluck Operator
  • Урок 133. 00:06:12
    Filter Operator
  • Урок 134. 00:04:04
    Reduce Operator
  • Урок 135. 00:04:17
    Take Operator
  • Урок 136. 00:03:28
    Tap Operator
  • Урок 137. 00:07:02
    Understanding Flattening Operators
  • Урок 138. 00:06:16
    mergeMap Operator
  • Урок 139. 00:04:42
    switchMap Operator
  • Урок 140. 00:02:29
    concatMap Operator
  • Урок 141. 00:02:33
    exhaustMap Operator
  • Урок 142. 00:02:22
    Flattening Operators Recap
  • Урок 143. 00:07:09
    Setting up Firebase
  • Урок 144. 00:06:15
    Reviewing the Rules
  • Урок 145. 00:03:59
    Installing AngularFire
  • Урок 146. 00:06:59
    Importing AngularFire
  • Урок 147. 00:07:55
    User Registration
  • Урок 148. 00:08:38
    Handling the Response
  • Урок 149. 00:03:18
    Buckets, Collections, and Documents
  • Урок 150. 00:06:33
    Storing User Data
  • Урок 151. 00:06:19
    Refactoring to a Service
  • Урок 152. 00:07:52
    Interfaces vs. Classes
  • Урок 153. 00:06:21
    Collection Types
  • Урок 154. 00:10:09
    Connecting the User with their Data
  • Урок 155. 00:02:40
    Database Rules
  • Урок 156. 00:04:14
    Understanding Authentication
  • Урок 157. 00:03:20
    Authentication after Registration
  • Урок 158. 00:05:53
    The User Observable
  • Урок 159. 00:07:38
    The Async Pipe
  • Урок 160. 00:09:33
    Initializing Firebase First
  • Урок 161. 00:09:26
    Setting up the Login
  • Урок 162. 00:06:08
    Destroying the Modal
  • Урок 163. 00:04:06
    The Delay Operator
  • Урок 164. 00:04:27
    Signing Out
  • Урок 165. 00:09:32
    Sidebar: JSON Web Tokens
  • Урок 166. 00:03:57
    Creating a Validator Class
  • Урок 167. 00:03:19
    Static Methods
  • Урок 168. 00:06:13
    Validating Passwords
  • Урок 169. 00:06:17
    Factory Functions
  • Урок 170. 00:06:04
    Handling Errors
  • Урок 171. 00:05:27
    Creating an Asynchronous Validator
  • Урок 172. 00:05:25
    Validating Unique Emails
  • Урок 173. 00:07:28
    Finalizing the Validator
  • Урок 174. 00:05:30
    Understanding Routing
  • Урок 175. 00:05:50
    Configuring the Router
  • Урок 176. 00:07:01
    Registering Routes
  • Урок 177. 00:03:40
    Exercise: Registering a Route
  • Урок 178. 00:03:13
    Adding Navigation Links
  • Урок 179. 00:06:46
    Active Links
  • Урок 180. 00:05:57
    Generating a Routing Module
  • Урок 181. 00:04:41
    Forcing Redirection
  • Урок 182. 00:03:29
    A Quick Refactor
  • Урок 183. 00:05:25
    Adding Route Data
  • Урок 184. 00:04:35
    Filtering Router Events
  • Урок 185. 00:07:43
    Retrieving Data Outside of the Outlet
  • Урок 186. 00:04:37
    Exercise: Registering a Route with Data
  • Урок 187. 00:06:54
    Route Parameters
  • Урок 188. 00:04:36
    Subscribing to Route Parameters
  • Урок 189. 00:09:30
    Query Parameters
  • Урок 190. 00:08:43
    Learning More About Query Parameters
  • Урок 191. 00:01:48
    Selecting an Option
  • Урок 192. 00:05:07
    Wildcard Routes
  • Урок 193. 00:03:50
    Updating Routes
  • Урок 194. 00:05:52
    Route Guards
  • Урок 195. 00:03:25
    Understanding File Uploads
  • Урок 196. 00:09:02
    Blocking Events with Directives
  • Урок 197. 00:07:10
    Handling Drag and Drop Events
  • Урок 198. 00:07:55
    Handling Files
  • Урок 199. 00:04:30
    Multi Step Form
  • Урок 200. 00:09:13
    The Upload Form
  • Урок 201. 00:06:55
    Uploading Files with Firebase
  • Урок 202. 00:07:24
    Firebase Rules and Validation
  • Урок 203. 00:05:16
    Adding an Alert Component
  • Урок 204. 00:03:47
    Upload Progress Observable
  • Урок 205. 00:10:23
    Handling Errors and Successful Uploads
  • Урок 206. 00:08:30
    Storing the File Data
  • Урок 207. 00:08:13
    Adding the File Data to the Database
  • Урок 208. 00:02:23
    Firebase References and Snapshots
  • Урок 209. 00:02:49
    Disabling Forms
  • Урок 210. 00:06:19
    Fallback Upload
  • Урок 211. 00:05:47
    Canceling Uploads
  • Урок 212. 00:06:25
    Redirection after Upload
  • Урок 213. 00:04:39
    Storing a Timestamp
  • Урок 214. 00:08:54
    Querying the Database
  • Урок 215. 00:07:21
    Storing the List of Clips
  • Урок 216. 00:02:13
    Displaying the List of Clips
  • Урок 217. 00:07:06
    Preparing the Form
  • Урок 218. 00:03:28
    Passing on the Clip Data
  • Урок 219. 00:06:33
    Binding the Edit Form
  • Урок 220. 00:09:18
    Updating Clips
  • Урок 221. 00:07:00
    Updating the List of Clips
  • Урок 222. 00:10:02
    Deleting a Clip from the Storage/Database
  • Урок 223. 00:11:06
    Sorting Clips with Behavior Subjects
  • Урок 224. 00:04:33
    Composite Indexes
  • Урок 225. 00:08:53
    What is WebAssembly?
  • Урок 226. 00:06:18
    Getting Started with Rust
  • Урок 227. 00:06:47
    Exploring the Starter Project
  • Урок 228. 00:05:15
    Variables
  • Урок 229. 00:06:47
    Data Types
  • Урок 230. 00:06:52
    Debugging with Macros
  • Урок 231. 00:04:39
    Control Flow
  • Урок 232. 00:07:49
    Match Expressions
  • Урок 233. 00:02:50
    Arrays
  • Урок 234. 00:05:19
    Vectors
  • Урок 235. 00:04:07
    Structures
  • Урок 236. 00:06:49
    Ownership
  • Урок 237. 00:08:20
    Results
  • Урок 238. 00:03:41
    Preparing the Project
  • Урок 239. 00:03:40
    Installing Webpack
  • Урок 240. 00:10:06
    Configuring Webpack
  • Урок 241. 00:08:10
    Reading Files
  • Урок 242. 00:04:48
    Compiling Rust with Webpack
  • Урок 243. 00:05:43
    Importing Web Assembly
  • Урок 244. 00:09:15
    Logging Files
  • Урок 245. 00:03:08
    Base64 Decoding
  • Урок 246. 00:03:23
    Loading an Image from Memory
  • Урок 247. 00:02:58
    Grayscaling an Image
  • Урок 248. 00:04:20
    Buffering an Image
  • Урок 249. 00:05:40
    Encoding an Image
  • Урок 250. 00:04:06
    App Deployment
  • Урок 251. 00:02:45
    Understanding FFmpeg
  • Урок 252. 00:05:01
    Installing FFmpeg
  • Урок 253. 00:05:27
    Custom Asset Paths
  • Урок 254. 00:06:46
    Adding support for SharedArrayBuffer
  • Урок 255. 00:04:12
    Loading FFmpeg with a Service
  • Урок 256. 00:06:47
    Initializing FFMPeg
  • Урок 257. 00:05:46
    Saving Files in Memory
  • Урок 258. 00:11:01
    Generating a Screenshot
  • Урок 259. 00:05:10
    Generating Multiple Screenshots
  • Урок 260. 00:05:48
    Creating Screenshot URLs
  • Урок 261. 00:08:25
    Bypassing Sanitization with Pipes
  • Урок 262. 00:03:40
    Adding Feedback
  • Урок 263. 00:04:16
    Selecting a Screenshot
  • Урок 264. 00:02:03
    Updating the Firebase Storage Rules
  • Урок 265. 00:06:32
    Uploading a Blob
  • Урок 266. 00:04:48
    Recalculating the Upload Progress
  • Урок 267. 00:07:23
    The forkJoin Operator
  • Урок 268. 00:03:46
    Deleting Screenshots
  • Урок 269. 00:01:44
    Section Overview
  • Урок 270. 00:01:48
    Creating a List Component
  • Урок 271. 00:07:41
    Handling Scroll Events
  • Урок 272. 00:10:39
    Querying for Clips
  • Урок 273. 00:04:51
    Rendering Clips on the Home page
  • Урок 274. 00:03:44
    Understanding Cross Origin Issues
  • Урок 275. 00:08:10
    Fixing Cross Origin Issues
  • Урок 276. 00:08:16
    Fixing the Timestamp
  • Урок 277. 00:03:31
    Rendering Clips on the Clip Page
  • Урок 278. 00:01:38
    Installing Videojs
  • Урок 279. 00:05:59
    Selecting elements with the ViewChild Decorator
  • Урок 280. 00:02:03
    Initializing the Video Player
  • Урок 281. 00:05:17
    Styles without View Encapsulation
  • Урок 282. 00:01:27
    Tailwind’s Aspect Ratio Classes
  • Урок 283. 00:08:10
    Resolving Data with a Guard
  • Урок 284. 00:07:03
    Dynamically Rendering the Video
  • Урок 285. 00:01:05
    Fixing the Manage Page
  • Урок 286. 00:06:05
    Copying Links to the Clipboard
  • Урок 287. 00:06:32
    Lazy Loading Modules
  • Урок 288. 00:03:28
    Production Budgets
  • Урок 289. 00:03:43
    Modifying Firebase Rules
  • Урок 290. 00:10:45
    Deploying an App with Vercel
  • Урок 291. 00:11:21
    Introduction to Testing
  • Урок 292. 00:08:14
    Understanding Karma and Jasmine
  • Урок 293. 00:02:57
    Preparing our App for Testing
  • Урок 294. 00:06:02
    Writing a Sanity Test
  • Урок 295. 00:05:56
    Angular’s Test Bed Utility
  • Урок 296. 00:06:28
    Testing a Component’s Instance
  • Урок 297. 00:06:40
    Querying the Component’s Template
  • Урок 298. 00:03:11
    Inverting Matchers
  • Урок 299. 00:04:42
    Testing Nested Components
  • Урок 300. 00:06:25
    Testing Content Projection
  • Урок 301. 00:02:31
    Custom Matcher Error Messages
  • Урок 302. 00:06:33
    Mocking Services
  • Урок 303. 00:02:45
    Overriding a Dependency
  • Урок 304. 00:02:00
    Importing the Router Testing Module
  • Урок 305. 00:03:06
    Exercise: Testing the Logout Link
  • Урок 306. 00:04:00
    Simulating DOM Events
  • Урок 307. 00:06:10
    Installing Cypress
  • Урок 308. 00:06:05
    Exploring Cypress
  • Урок 309. 00:06:05
    Writing an E2E Sanity Test
  • Урок 310. 00:08:53
    Testing the Video Player
  • Урок 311. 00:01:18
    Thank You!