Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Complete Angular Developer in 2025 Zero to Mastery, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:23
    Complete Angular Developer: Zero to Mastery
  • Урок 2. 00:04:18
    What Are We Building?
  • Урок 3. 00:04:42
    Understanding Frameworks
  • Урок 4. 00:04:18
    The Angular CLI
  • Урок 5. 00:02:16
    Upgrading Angular
  • Урок 6. 00:03:34
    Creating a New Application
  • Урок 7. 00:05:08
    Starting the Server
  • Урок 8. 00:08:11
    Reviewing the Configuration Files
  • Урок 9. 00:01:28
    Main Entry File
  • Урок 10. 00:05:05
    AOT Compilation
  • Урок 11. 00:05:28
    Bootstrapping Angular
  • Урок 12. 00:02:04
    Understanding Components
  • Урок 13. 00:05:48
    Creating Components
  • Урок 14. 00:06:10
    External Templates and Styles
  • Урок 15. 00:01:55
    Everything Else
  • Урок 16. 00:05:13
    Introduction to TypeScript
  • Урок 17. 00:03:48
    Installing TypeScript
  • Урок 18. 00:04:53
    Type Annotations
  • Урок 19. 00:04:42
    Variables
  • Урок 20. 00:03:18
    Union Types
  • Урок 21. 00:03:03
    Arrays
  • Урок 22. 00:03:32
    Objects
  • Урок 23. 00:03:48
    Interfaces
  • Урок 24. 00:03:35
    Classes
  • Урок 25. 00:07:47
    Generics
  • Урок 26. 00:04:44
    Why Decorators
  • Урок 27. 00:02:51
    TypeScript Configuration
  • Урок 28. 00:08:10
    Writing Decorators
  • Урок 29. 00:10:12
    Signals
  • Урок 30. 00:04:14
    Property Binding
  • Урок 31. 00:07:04
    Event Binding
  • Урок 32. 00:05:39
    Type Assertions
  • Урок 33. 00:04:46
    Creating a Component
  • Урок 34. 00:08:05
    Custom Properties
  • Урок 35. 00:02:31
    Required Inputs
  • Урок 36. 00:08:47
    Emitting Events
  • Урок 37. 00:03:21
    Content Projection
  • Урок 38. 00:07:08
    Discovering Lifecycle Hooks
  • Урок 39. 00:10:44
    Exploring More Lifecycle Hooks
  • Урок 40. 00:04:26
    Scoped CSS
  • Урок 41. 00:02:12
    Understanding Pipes
  • Урок 42. 00:05:00
    Pipe Basics
  • Урок 43. 00:02:29
    Angular Dev Tools
  • Урок 44. 00:07:03
    Pipe Parameters
  • Урок 45. 00:08:07
    Dealing with Numbers
  • Урок 46. 00:02:28
    Debugging with Pipes
  • Урок 47. 00:01:32
    Understanding Directives
  • Урок 48. 00:06:45
    The ngClass Directive
  • Урок 49. 00:04:14
    The ngStyle Directive
  • Урок 50. 00:02:18
    If Block
  • Урок 51. 00:06:07
    For Block
  • Урок 52. 00:04:36
    Introduction to the Master Project!
  • Урок 53. 00:05:38
    What is Tailwind?
  • Урок 54. 00:07:31
    Installing Tailwind
  • Урок 55. 00:02:34
    Configuring Tailwind
  • Урок 56. 00:06:32
    Practicing with Tailwind
  • Урок 57. 00:06:17
    Loading Static Assets
  • Урок 58. 00:03:35
    What’s Next?
  • Урок 59. 00:06:37
    Navigation and Modal Components
  • Урок 60. 00:02:26
    Designing a Modal
  • Урок 61. 00:02:32
    Creating a Shared Component
  • Урок 62. 00:02:55
    Creating a Reusable Modal
  • Урок 63. 00:03:16
    Multi-slot Content Projection
  • Урок 64. 00:03:38
    Understanding Services
  • Урок 65. 00:01:27
    Creating a Service
  • Урок 66. 00:09:04
    Understanding Dependency Injection
  • Урок 67. 00:03:22
    Injecting Services
  • Урок 68. 00:07:54
    Signal Queries
  • Урок 69. 00:06:41
    Opening the Modal
  • Урок 70. 00:03:54
    Closing the Modal
  • Урок 71. 00:06:33
    Memory Leaks
  • Урок 72. 00:04:57
    Fixing the memory leak
  • Урок 73. 00:06:04
    Creating a Tabs Component
  • Урок 74. 00:04:51
    The contentChildren Query Signal
  • Урок 75. 00:03:41
    Looping through the Tabs
  • Урок 76. 00:05:41
    Setting an Active Tab
  • Урок 77. 00:05:18
    Toggling Tabs
  • Урок 78. 00:02:03
    Preventing the Default Behavior
  • Урок 79. 00:06:01
    Preparing the Forms
  • Урок 80. 00:04:56
    Registering a New Form
  • Урок 81. 00:03:20
    Adding Form Controls
  • Урок 82. 00:03:10
    Binding a Form
  • Урок 83. 00:07:24
    Form Validation
  • Урок 84. 00:04:37
    Understanding Errors
  • Урок 85. 00:05:22
    Handling Errors
  • Урок 86. 00:05:44
    Form Controller Status
  • Урок 87. 00:03:47
    Designing an Input Component
  • Урок 88. 00:02:21
    Binding Form Controls
  • Урок 89. 00:04:58
    Updating the Template
  • Урок 90. 00:07:12
    Validating Emails
  • Урок 91. 00:06:02
    Validating Numbers
  • Урок 92. 00:06:19
    Validating Passwords with Patterns
  • Урок 93. 00:05:50
    Input Masking
  • Урок 94. 00:06:00
    Applying Input Masking
  • Урок 95. 00:02:51
    Disabling Buttons
  • Урок 96. 00:02:52
    Handling Form Submission
  • Урок 97. 00:11:30
    Designing an Alert Component
  • Урок 98. 00:02:10
    Importing the FormsModule
  • Урок 99. 00:03:40
    Registering a new Form
  • Урок 100. 00:06:45
    Two-way Binding
  • Урок 101. 00:05:51
    Template Variables
  • Урок 102. 00:03:28
    Attribute Validation
  • Урок 103. 00:03:46
    Handling Error Messages
  • Урок 104. 00:04:16
    Preparing the Password Field
  • Урок 105. 00:03:57
    Handling Form Submission
  • Урок 106. 00:05:56
    Introduction to RxJS
  • Урок 107. 00:05:48
    Observables
  • Урок 108. 00:04:23
    Observers
  • Урок 109. 00:03:41
    Pushing Asynchronous Values
  • Урок 110. 00:03:36
    Unsubscribing from Observables
  • Урок 111. 00:05:49
    Declarative Programming with Operators
  • Урок 112. 00:05:28
    Timing Operators
  • Урок 113. 00:02:17
    DOM Event Operators
  • Урок 114. 00:05:58
    The of and from Operators
  • Урок 115. 00:04:08
    Understanding Pipeable Operators
  • Урок 116. 00:04:10
    The Map Operator
  • Урок 117. 00:02:46
    Marble Diagram
  • Урок 118. 00:07:28
    Filter Operator
  • Урок 119. 00:04:07
    Reduce Operator
  • Урок 120. 00:04:19
    Take Operator
  • Урок 121. 00:03:29
    Tap Operator
  • Урок 122. 00:07:40
    Understanding Flattening Operators
  • Урок 123. 00:06:17
    mergeMap Operator
  • Урок 124. 00:05:06
    switchMap Operator
  • Урок 125. 00:02:30
    concatMap Operator
  • Урок 126. 00:02:35
    exhaustMap Operator
  • Урок 127. 00:02:23
    Flattening Operators Recap
  • Урок 128. 00:07:12
    Setting Up Firebase
  • Урок 129. 00:06:19
    Reviewing the Rules
  • Урок 130. 00:04:00
    Installing AngularFire
  • Урок 131. 00:06:45
    Importing AngularFire
  • Урок 132. 00:08:05
    User Registration
  • Урок 133. 00:08:44
    Handling the Response
  • Урок 134. 00:03:21
    Buckets, Collections and Documents
  • Урок 135. 00:01:51
    Firestore Provider
  • Урок 136. 00:06:18
    Storing User Data
  • Урок 137. 00:06:35
    Refactoring to a Service
  • Урок 138. 00:06:21
    Interfaces vs. Classes
  • Урок 139. 00:10:27
    Connecting the User with their Data
  • Урок 140. 00:02:42
    Database Rules
  • Урок 141. 00:04:17
    Understanding Authentication
  • Урок 142. 00:03:23
    Authentication after Registration
  • Урок 143. 00:03:46
    The User Observable
  • Урок 144. 00:05:00
    The Async Pipe
  • Урок 145. 00:10:42
    Setting Up the Login
  • Урок 146. 00:04:23
    Destroying the Modal
  • Урок 147. 00:03:55
    The Delay Operator
  • Урок 148. 00:04:38
    Signing Out
  • Урок 149. 00:09:33
    Sidebar JSON Web Tokens
  • Урок 150. 00:06:34
    Validating Passwords
  • Урок 151. 00:03:35
    Creating a Validator Class
  • Урок 152. 00:06:12
    Factory Functions
  • Урок 153. 00:06:04
    Handling Errors
  • Урок 154. 00:05:06
    Creating an Asynchronous Validator
  • Урок 155. 00:05:22
    Validating Unique Emails
  • Урок 156. 00:07:59
    Finalizing the Validator
  • Урок 157. 00:05:30
    Understanding Routing
  • Урок 158. 00:03:07
    Configuring the Router
  • Урок 159. 00:07:16
    Registering Routes
  • Урок 160. 00:03:41
    Exercise Registering a Route
  • Урок 161. 00:03:46
    Adding Navigation Links
  • Урок 162. 00:07:08
    Active Links
  • Урок 163. 00:02:47
    Creating the Manage Route
  • Урок 164. 00:04:44
    Forcing Redirection
  • Урок 165. 00:04:11
    A Quick Refactor
  • Урок 166. 00:05:50
    Adding Route Data
  • Урок 167. 00:04:38
    Filtering Router Events
  • Урок 168. 00:06:51
    Retrieving Data Outside of the Outlet
  • Урок 169. 00:05:00
    Exercise Registering a Route with Data
  • Урок 170. 00:07:16
    Route Parameters
  • Урок 171. 00:04:57
    Subscribing to Route Parameters
  • Урок 172. 00:10:12
    Query Parameters
  • Урок 173. 00:08:36
    Learning More About Query Parameters
  • Урок 174. 00:01:49
    Selecting an Option
  • Урок 175. 00:03:32
    Wildcard Routes
  • Урок 176. 00:03:50
    Updating Routes
  • Урок 177. 00:05:48
    Route Guards
  • Урок 178. 00:03:28
    Understanding File Uploads
  • Урок 179. 00:08:36
    Blocking Events with Directives
  • Урок 180. 00:07:52
    Handling Drag and Drop Events
  • Урок 181. 00:08:13
    Handling Files
  • Урок 182. 00:03:59
    Multi-Step Form
  • Урок 183. 00:09:28
    The Upload Form
  • Урок 184. 00:09:19
    Uploading Files with Firebase
  • Урок 185. 00:07:38
    Firebase Rules and Validation
  • Урок 186. 00:05:31
    Adding an Alert Component
  • Урок 187. 00:03:55
    Upload Progress Observable
  • Урок 188. 00:07:33
    Handling Errors and Successful Uploads
  • Урок 189. 00:06:06
    Storing the File Data
  • Урок 190. 00:07:20
    Adding the File Data to the Database
  • Урок 191. 00:02:25
    Firebase References and Snapshots
  • Урок 192. 00:02:49
    Disabling Forms
  • Урок 193. 00:05:39
    Canceling Uploads
  • Урок 194. 00:05:31
    Redirection after Upload
  • Урок 195. 00:04:27
    Storing a Timestamp
  • Урок 196. 00:07:32
    Querying the Database
  • Урок 197. 00:06:40
    Storing the List of Clips
  • Урок 198. 00:02:34
    Displaying the List of Clips
  • Урок 199. 00:06:39
    Preparing the Form
  • Урок 200. 00:03:29
    Passing on the Clip Data
  • Урок 201. 00:05:53
    Binding the Edit Form
  • Урок 202. 00:11:31
    Updating Clips
  • Урок 203. 00:08:53
    Updating the List of Clips
  • Урок 204. 00:11:33
    Deleting a Clip from the Storage and Database
  • Урок 205. 00:05:08
    Sorting Clips with Computed Signals
  • Урок 206. 00:08:54
    What is WebAssembly?
  • Урок 207. 00:06:21
    Getting Started with Rust
  • Урок 208. 00:06:47
    Exploring the Starter Project
  • Урок 209. 00:05:17
    Variables
  • Урок 210. 00:06:48
    Data Types
  • Урок 211. 00:06:55
    Debugging with Macros
  • Урок 212. 00:04:41
    Control Flow
  • Урок 213. 00:07:51
    Match Expressions
  • Урок 214. 00:02:51
    Arrays
  • Урок 215. 00:05:21
    Vectors
  • Урок 216. 00:04:09
    Structures
  • Урок 217. 00:06:49
    Ownership
  • Урок 218. 00:08:21
    Results
  • Урок 219. 00:03:40
    Preparing the Project
  • Урок 220. 00:03:41
    Installing Webpack
  • Урок 221. 00:10:21
    Configuring Webpack
  • Урок 222. 00:08:11
    Reading Files
  • Урок 223. 00:04:47
    Compiling Rust with Webpack
  • Урок 224. 00:05:48
    Importing Web Assembly
  • Урок 225. 00:09:22
    Logging Files
  • Урок 226. 00:03:49
    Base64 Decoding
  • Урок 227. 00:03:00
    Loading an Image from Memory
  • Урок 228. 00:02:54
    Grayscaling an Image
  • Урок 229. 00:05:19
    Buffering an Image
  • Урок 230. 00:05:11
    Encoding an Image
  • Урок 231. 00:04:07
    App Deployment
  • Урок 232. 00:02:48
    Understanding FFmpeg
  • Урок 233. 00:05:07
    Installing FFmpeg
  • Урок 234. 00:05:19
    Custom Asset Paths
  • Урок 235. 00:06:48
    Adding support for SharedArrayBuffer
  • Урок 236. 00:04:08
    Loading FFmpeg with a Service
  • Урок 237. 00:06:06
    Initializing FFMPeg
  • Урок 238. 00:06:29
    Saving Files in Memory
  • Урок 239. 00:11:05
    Generating a Screenshot
  • Урок 240. 00:05:14
    Generating Multiple Screenshots
  • Урок 241. 00:05:49
    Creating Screenshot URLs
  • Урок 242. 00:03:10
    Rendering Screenshots
  • Урок 243. 00:03:32
    Adding Feedback
  • Урок 244. 00:04:20
    Selecting a Screenshot
  • Урок 245. 00:02:04
    Updating the Firebase Storage Rules
  • Урок 246. 00:07:11
    Uploading a Blob
  • Урок 247. 00:05:04
    Recalculating the Upload Progress
  • Урок 248. 00:05:16
    The forkJoin Operator
  • Урок 249. 00:04:28
    Deleting Screenshots
  • Урок 250. 00:01:45
    Introduction
  • Урок 251. 00:02:01
    Creating a List Component
  • Урок 252. 00:08:27
    Handling Scroll Events
  • Урок 253. 00:12:44
    Querying for Clips
  • Урок 254. 00:05:21
    Rendering Clips on the Home page
  • Урок 255. 00:03:45
    Understanding Cross Origin Issues
  • Урок 256. 00:08:11
    Fixing Cross Origin Issues
  • Урок 257. 00:05:09
    Fixing the Timestamp
  • Урок 258. 00:03:47
    Rendering Clips on the Clip Page
  • Урок 259. 00:01:38
    Installing Videojs
  • Урок 260. 00:03:22
    Selecting the Video Player
  • Урок 261. 00:01:43
    Initializing the Video Player
  • Урок 262. 00:02:11
    Clip Styles
  • Урок 263. 00:08:35
    Resolving Data with a Guard
  • Урок 264. 00:06:42
    Dynamically Rendering the Video
  • Урок 265. 00:01:04
    Fixing the Manage Page
  • Урок 266. 00:05:27
    Copying Links to the Clipboard
  • Урок 267. 00:03:29
    Production Budgets
  • Урок 268. 00:03:46
    Modifying Firebase Rules
  • Урок 269. 00:10:47
    Deploying an App with Vercel
  • Урок 270. 00:11:27
    Introduction to Testing
  • Урок 271. 00:03:12
    Understanding Karma and Jasmine
  • Урок 272. 00:03:12
    Preparing Our App for Testing
  • Урок 273. 00:06:05
    Writing a Sanity Test
  • Урок 274. 00:05:34
    Angular’s Test Bed Utility
  • Урок 275. 00:06:29
    Testing a Component’s Instance
  • Урок 276. 00:06:41
    Querying the Component’s Template
  • Урок 277. 00:03:17
    Inverting Matchers
  • Урок 278. 00:05:11
    Testing Nested Components
  • Урок 279. 00:06:34
    Testing Content Projection
  • Урок 280. 00:02:33
    Custom Matcher Error Messages
  • Урок 281. 00:06:31
    Mocking Services
  • Урок 282. 00:02:23
    Overriding a Dependency
  • Урок 283. 00:01:55
    Providing the Router in Tests
  • Урок 284. 00:03:00
    Exercise Testing the Logout Link
  • Урок 285. 00:04:03
    Simulating DOM Events
  • Урок 286. 00:06:46
    Installing Cypress
  • Урок 287. 00:06:05
    Exploring Cypress
  • Урок 288. 00:06:09
    Writing an E2E Sanity Test
  • Урок 289. 00:08:54
    Testing the Video Player
  • Урок 290. 00:01:18
    Thank You!
  • Урок 291. 00:04:41
    Understanding Frameworks
  • Урок 292. 00:04:09
    The Angular CLI
  • Урок 293. 00:02:22
    Latest Version Of Angular
  • Урок 294. 00:03:36
    Creating a New Application
  • Урок 295. 00:05:09
    Starting the Server
  • Урок 296. 00:07:44
    Reviewing the Configuration Files
  • Урок 297. 00:01:26
    Main Entry File
  • Урок 298. 00:05:02
    AOT Compilation
  • Урок 299. 00:03:00
    Loading a Platform
  • Урок 300. 00:02:48
    Bootstrapping Angular
  • Урок 301. 00:04:29
    Enabling Production Mode
  • Урок 302. 00:04:01
    Understanding Modules
  • Урок 303. 00:06:06
    Creating Modules
  • Урок 304. 00:01:59
    Understanding Components
  • Урок 305. 00:06:01
    Creating Components
  • Урок 306. 00:06:00
    External Templates and Styles
  • Урок 307. 00:03:45
    Everything Else
  • Урок 308. 00:05:09
    Introduction to TypeScript
  • Урок 309. 00:03:46
    Installing TypeScript
  • Урок 310. 00:04:51
    Type Annotations
  • Урок 311. 00:04:40
    Variables
  • Урок 312. 00:03:15
    Union Types
  • Урок 313. 00:03:01
    Arrays
  • Урок 314. 00:03:31
    Objects
  • Урок 315. 00:03:46
    Interfaces
  • Урок 316. 00:03:32
    Classes
  • Урок 317. 00:07:42
    Generics
  • Урок 318. 00:04:39
    Why Decorators?
  • Урок 319. 00:01:57
    TypeScript Configuration
  • Урок 320. 00:07:04
    Writing Decorators
  • Урок 321. 00:07:46
    Interpolation
  • Урок 322. 00:03:50
    Property Binding
  • Урок 323. 00:06:18
    Event Binding
  • Урок 324. 00:05:38
    Type Assertions
  • Урок 325. 00:05:32
    Creating a Component
  • Урок 326. 00:06:44
    Custom Properties
  • Урок 327. 00:02:45
    Input Aliases
  • Урок 328. 00:09:11
    Emitting Events
  • Урок 329. 00:03:18
    Content Projection
  • Урок 330. 00:06:08
    Discovering Lifecycle Hooks
  • Урок 331. 00:10:33
    Exploring More Lifecycle Hooks
  • Урок 332. 00:04:24
    Scoped CSS
  • Урок 333. 00:02:07
    Understanding Pipes
  • Урок 334. 00:05:43
    Pipe Basics
  • Урок 335. 00:02:40
    Angular Dev Tools
  • Урок 336. 00:06:16
    Pipe Parameters
  • Урок 337. 00:07:14
    Dealing with Numbers
  • Урок 338. 00:01:51
    Debugging with Pipes
  • Урок 339. 00:02:00
    Understanding Directives
  • Урок 340. 00:05:10
    The ngClass Directive
  • Урок 341. 00:04:12
    The ngStyle Directive
  • Урок 342. 00:02:12
    Understanding ng-template
  • Урок 343. 00:03:51
    The ngIf Directive
  • Урок 344. 00:05:44
    The ngFor directive
  • Урок 345. 00:06:03
    Introduction to Master Project
  • Урок 346. 00:05:37
    What is Tailwind?
  • Урок 347. 00:07:16
    Installing Tailwind
  • Урок 348. 00:02:31
    Configuring Tailwind
  • Урок 349. 00:05:26
    Practicing with Tailwind
  • Урок 350. 00:06:17
    Loading Static Assets
  • Урок 351. 00:03:31
    What’s Next?
  • Урок 352. 00:04:36
    Creating a User Module
  • Урок 353. 00:05:34
    Navigation and Modal Components
  • Урок 354. 00:03:25
    Exporting Components
  • Урок 355. 00:02:24
    Designing a Modal
  • Урок 356. 00:04:10
    Creating a Shared Module
  • Урок 357. 00:02:49
    Creating a Reusable Modal
  • Урок 358. 00:03:13
    Multi-slot Content Projection
  • Урок 359. 00:03:32
    Understanding Services
  • Урок 360. 00:01:42
    Creating a Service
  • Урок 361. 00:05:35
    Understanding Dependency Injection
  • Урок 362. 00:05:12
    Injecting Services
  • Урок 363. 00:05:52
    Opening the Modal
  • Урок 364. 00:03:10
    Closing the Modal
  • Урок 365. 00:03:47
    Understanding Singletons
  • Урок 366. 00:05:46
    Creating an ID System
  • Урок 367. 00:05:06
    Refactoring the Service
  • Урок 368. 00:04:47
    Updating the Components
  • Урок 369. 00:06:03
    Memory Leaks
  • Урок 370. 00:04:47
    Fixing the Memory Leak
  • Урок 371. 00:05:50
    CSS Issues
  • Урок 372. 00:06:05
    Creating a Tabs Component
  • Урок 373. 00:05:41
    The ContentChildren Decorator
  • Урок 374. 00:03:23
    The QueryList Object
  • Урок 375. 00:03:21
    Looping through the Tabs
  • Урок 376. 00:07:08
    Setting an Active Tab
  • Урок 377. 00:04:18
    Toggling Tabs
  • Урок 378. 00:02:00
    Preventing the Default Behavior
  • Урок 379. 00:05:44
    Preparing the Forms
  • Урок 380. 00:04:16
    Registering a new Form
  • Урок 381. 00:03:16
    Adding Form Controls
  • Урок 382. 00:03:06
    Binding a Form
  • Урок 383. 00:07:12
    Form Validation
  • Урок 384. 00:04:17
    Understanding Errors
  • Урок 385. 00:05:17
    Handling Errors
  • Урок 386. 00:05:50
    Form Controller Status
  • Урок 387. 00:03:51
    Designing an Input Component
  • Урок 388. 00:08:24
    Binding Form Controls
  • Урок 389. 00:06:28
    Updating the Template
  • Урок 390. 00:06:50
    Validating Emails
  • Урок 391. 00:05:58
    Validating Numbers
  • Урок 392. 00:06:01
    Validating Passwords with Patterns
  • Урок 393. 00:05:55
    Input Masking
  • Урок 394. 00:06:06
    Applying Input Masking
  • Урок 395. 00:05:12
    Disabling Buttons
  • Урок 396. 00:02:50
    Handling Form Submission
  • Урок 397. 00:10:14
    Designing an Alert Component
  • Урок 398. 00:02:23
    Importing the FormsModule
  • Урок 399. 00:04:05
    Registering a new Form
  • Урок 400. 00:06:39
    Two-way Binding
  • Урок 401. 00:05:47
    Template Variables
  • Урок 402. 00:03:25
    Attribute Validation
  • Урок 403. 00:03:41
    Handling Error Messages
  • Урок 404. 00:04:14
    Preparing the Password Field
  • Урок 405. 00:04:50
    Handling Form Submission
  • Урок 406. 00:02:56
    Exercise: Imposter Syndrome
  • Урок 407. 00:06:03
    Introduction to RxJS
  • Урок 408. 00:05:22
    Observables
  • Урок 409. 00:04:21
    Observers
  • Урок 410. 00:03:40
    Pushing Asynchronous Values
  • Урок 411. 00:03:34
    Unsubscribing from Observables
  • Урок 412. 00:05:48
    Declarative Programming with Operators
  • Урок 413. 00:05:26
    Timing Operators
  • Урок 414. 00:02:16
    DOM Event Operators
  • Урок 415. 00:05:54
    The of and from operators
  • Урок 416. 00:04:03
    Understanding Pipeable Operators
  • Урок 417. 00:04:05
    The Map Operator
  • Урок 418. 00:02:44
    Marble Diagram
  • Урок 419. 00:07:27
    Filter Operator
  • Урок 420. 00:04:04
    Reduce Operator
  • Урок 421. 00:04:17
    Take Operator
  • Урок 422. 00:03:27
    Tap Operator
  • Урок 423. 00:07:02
    Understanding Flattening Operators
  • Урок 424. 00:06:15
    mergeMap Operator
  • Урок 425. 00:04:42
    switchMap Operator
  • Урок 426. 00:02:29
    concatMap Operator
  • Урок 427. 00:02:32
    exhaustMap Operator
  • Урок 428. 00:02:22
    Flattening Operators Recap
  • Урок 429. 00:07:09
    Setting up Firebase
  • Урок 430. 00:06:15
    Reviewing the Rules
  • Урок 431. 00:03:58
    Installing AngularFire
  • Урок 432. 00:06:59
    Importing AngularFire
  • Урок 433. 00:07:55
    User Registration
  • Урок 434. 00:07:55
    Handling the Response
  • Урок 435. 00:03:18
    Buckets, Collections, and Documents
  • Урок 436. 00:06:33
    Storing User Data
  • Урок 437. 00:06:19
    Refactoring to a Service
  • Урок 438. 00:07:51
    Interfaces vs. Classes
  • Урок 439. 00:06:21
    Collection Types
  • Урок 440. 00:10:09
    Connecting the User with their Data
  • Урок 441. 00:02:40
    Database Rules
  • Урок 442. 00:04:14
    Understanding Authentication
  • Урок 443. 00:03:20
    Authentication after Registration
  • Урок 444. 00:05:53
    The User Observable
  • Урок 445. 00:07:38
    The Async Pipe
  • Урок 446. 00:09:33
    Initializing Firebase First
  • Урок 447. 00:09:26
    Setting up the Login
  • Урок 448. 00:06:08
    Destroying the Modal
  • Урок 449. 00:04:06
    The Delay Operator
  • Урок 450. 00:04:27
    Signing Out
  • Урок 451. 00:09:32
    Sidebar: JSON Web Tokens
  • Урок 452. 00:03:57
    Creating a Validator Class
  • Урок 453. 00:03:19
    Static Methods
  • Урок 454. 00:06:13
    Validating Passwords
  • Урок 455. 00:06:16
    Factory Functions
  • Урок 456. 00:06:04
    Handling Errors
  • Урок 457. 00:05:27
    Creating an Asynchronous Validator
  • Урок 458. 00:05:25
    Validating Unique Emails
  • Урок 459. 00:07:28
    Finalizing the Validator
  • Урок 460. 00:05:29
    Understanding Routing
  • Урок 461. 00:05:50
    Configuring the Router
  • Урок 462. 00:07:01
    Registering Routes
  • Урок 463. 00:03:40
    Exercise: Registering a Route
  • Урок 464. 00:03:13
    Adding Navigation Links
  • Урок 465. 00:06:46
    Active Links
  • Урок 466. 00:05:57
    Generating a Routing Module
  • Урок 467. 00:04:41
    Forcing Redirection
  • Урок 468. 00:03:29
    A Quick Refactor
  • Урок 469. 00:05:25
    Adding Route Data
  • Урок 470. 00:04:35
    Filtering Router Events
  • Урок 471. 00:07:43
    Retrieving Data Outside of the Outlet
  • Урок 472. 00:04:37
    Exercise: Registering a Route with Data
  • Урок 473. 00:06:53
    Route Parameters
  • Урок 474. 00:04:36
    Subscribing to Route Parameters
  • Урок 475. 00:09:25
    Query Parameters
  • Урок 476. 00:08:43
    Learning More About Query Parameters
  • Урок 477. 00:01:48
    Selecting an Option
  • Урок 478. 00:05:07
    Wildcard Routes
  • Урок 479. 00:03:50
    Updating Routes
  • Урок 480. 00:05:52
    Route Guards
  • Урок 481. 00:03:25
    Understanding File Uploads
  • Урок 482. 00:09:02
    Blocking Events with Directives
  • Урок 483. 00:07:10
    Handling Drag and Drop Events
  • Урок 484. 00:07:54
    Handling Files
  • Урок 485. 00:04:30
    Multi Step Form
  • Урок 486. 00:09:13
    The Upload Form
  • Урок 487. 00:06:55
    Uploading Files with Firebase
  • Урок 488. 00:07:24
    Firebase Rules and Validation
  • Урок 489. 00:05:16
    Adding an Alert Component
  • Урок 490. 00:03:47
    Upload Progress Observable
  • Урок 491. 00:10:23
    Handling Errors and Successful Uploads
  • Урок 492. 00:08:29
    Storing the File Data
  • Урок 493. 00:08:13
    Adding the File Data to the Database
  • Урок 494. 00:02:23
    Firebase References and Snapshots
  • Урок 495. 00:02:48
    Disabling Forms
  • Урок 496. 00:06:18
    Fallback Upload
  • Урок 497. 00:05:47
    Canceling Uploads
  • Урок 498. 00:06:25
    Redirection after Upload
  • Урок 499. 00:04:39
    Storing a Timestamp
  • Урок 500. 00:08:54
    Querying the Database
  • Урок 501. 00:07:21
    Storing the List of Clips
  • Урок 502. 00:02:13
    Displaying the List of Clips
  • Урок 503. 00:07:06
    Preparing the Form
  • Урок 504. 00:03:28
    Passing on the Clip Data
  • Урок 505. 00:06:33
    Binding the Edit Form
  • Урок 506. 00:09:18
    Updating Clips
  • Урок 507. 00:07:00
    Updating the List of Clips
  • Урок 508. 00:10:02
    Deleting a Clip from the Storage/Database
  • Урок 509. 00:11:06
    Sorting Clips with Behavior Subjects
  • Урок 510. 00:04:32
    Composite Indexes
  • Урок 511. 00:08:52
    What is WebAssembly?
  • Урок 512. 00:06:18
    Getting Started with Rust
  • Урок 513. 00:06:47
    Exploring the Starter Project
  • Урок 514. 00:05:15
    Variables
  • Урок 515. 00:06:47
    Data Types
  • Урок 516. 00:06:52
    Debugging with Macros
  • Урок 517. 00:04:39
    Control Flow
  • Урок 518. 00:07:49
    Match Expressions
  • Урок 519. 00:02:50
    Arrays
  • Урок 520. 00:05:19
    Vectors
  • Урок 521. 00:04:07
    Structures
  • Урок 522. 00:06:49
    Ownership
  • Урок 523. 00:08:20
    Results
  • Урок 524. 00:03:41
    Preparing the Project
  • Урок 525. 00:03:40
    Installing Webpack
  • Урок 526. 00:10:06
    Configuring Webpack
  • Урок 527. 00:08:10
    Reading Files
  • Урок 528. 00:04:48
    Compiling Rust with Webpack
  • Урок 529. 00:05:43
    Importing Web Assembly
  • Урок 530. 00:09:15
    Logging Files
  • Урок 531. 00:03:07
    Base64 Decoding
  • Урок 532. 00:03:22
    Loading an Image from Memory
  • Урок 533. 00:02:58
    Grayscaling an Image
  • Урок 534. 00:04:20
    Buffering an Image
  • Урок 535. 00:05:40
    Encoding an Image
  • Урок 536. 00:04:06
    App Deployment
  • Урок 537. 00:02:45
    Understanding FFmpeg
  • Урок 538. 00:05:01
    Installing FFmpeg
  • Урок 539. 00:05:26
    Custom Asset Paths
  • Урок 540. 00:06:46
    Adding support for SharedArrayBuffer
  • Урок 541. 00:04:12
    Loading FFmpeg with a Service
  • Урок 542. 00:06:47
    Initializing FFMPeg
  • Урок 543. 00:05:46
    Saving Files in Memory
  • Урок 544. 00:11:01
    Generating a Screenshot
  • Урок 545. 00:05:10
    Generating Multiple Screenshots
  • Урок 546. 00:05:47
    Creating Screenshot URLs
  • Урок 547. 00:08:25
    Bypassing Sanitization with Pipes
  • Урок 548. 00:03:39
    Adding Feedback
  • Урок 549. 00:04:16
    Selecting a Screenshot
  • Урок 550. 00:02:03
    Updating the Firebase Storage Rules
  • Урок 551. 00:06:32
    Uploading a Blob
  • Урок 552. 00:04:48
    Recalculating the Upload Progress
  • Урок 553. 00:07:23
    The forkJoin Operator
  • Урок 554. 00:03:46
    Deleting Screenshots
  • Урок 555. 00:01:44
    Section Overview
  • Урок 556. 00:01:48
    Creating a List Component
  • Урок 557. 00:07:41
    Handling Scroll Events
  • Урок 558. 00:10:39
    Querying for Clips
  • Урок 559. 00:04:51
    Rendering Clips on the Home page
  • Урок 560. 00:03:44
    Understanding Cross Origin Issues
  • Урок 561. 00:08:10
    Fixing Cross Origin Issues
  • Урок 562. 00:08:16
    Fixing the Timestamp
  • Урок 563. 00:03:31
    Rendering Clips on the Clip Page
  • Урок 564. 00:01:38
    Installing Videojs
  • Урок 565. 00:05:59
    Selecting elements with the ViewChild Decorator
  • Урок 566. 00:02:03
    Initializing the Video Player
  • Урок 567. 00:05:17
    Styles without View Encapsulation
  • Урок 568. 00:01:27
    Tailwind’s Aspect Ratio Classes
  • Урок 569. 00:08:10
    Resolving Data with a Guard
  • Урок 570. 00:07:03
    Dynamically Rendering the Video
  • Урок 571. 00:01:04
    Fixing the Manage Page
  • Урок 572. 00:06:05
    Copying Links to the Clipboard
  • Урок 573. 00:06:32
    Lazy Loading Modules
  • Урок 574. 00:03:27
    Production Budgets
  • Урок 575. 00:03:43
    Modifying Firebase Rules
  • Урок 576. 00:10:45
    Deploying an App with Vercel
  • Урок 577. 00:11:21
    Introduction to Testing
  • Урок 578. 00:08:14
    Understanding Karma and Jasmine
  • Урок 579. 00:02:57
    Preparing our App for Testing
  • Урок 580. 00:06:02
    Writing a Sanity Test
  • Урок 581. 00:05:56
    Angular’s Test Bed Utility
  • Урок 582. 00:06:28
    Testing a Component’s Instance
  • Урок 583. 00:06:40
    Querying the Component’s Template
  • Урок 584. 00:03:11
    Inverting Matchers
  • Урок 585. 00:04:42
    Testing Nested Components
  • Урок 586. 00:06:25
    Testing Content Projection
  • Урок 587. 00:02:31
    Custom Matcher Error Messages
  • Урок 588. 00:06:33
    Mocking Services
  • Урок 589. 00:02:45
    Overriding a Dependency
  • Урок 590. 00:02:00
    Importing the Router Testing Module
  • Урок 591. 00:03:06
    Exercise: Testing the Logout Link
  • Урок 592. 00:03:59
    Simulating DOM Events
  • Урок 593. 00:06:10
    Installing Cypress
  • Урок 594. 00:06:05
    Exploring Cypress
  • Урок 595. 00:06:05
    Writing an E2E Sanity Test
  • Урок 596. 00:08:53
    Testing the Video Player