Completed
17:52 - Create basic UI for the task-list application
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Angular 14 Tutorial - Building a Task-List Application with Angular Material
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 - Getting started with Angular 14
- 2 02:20 - Setup Angular Development Environment
- 3 06:51 - Additional learning resources
- 4 08:58 - Creating a new Angular project
- 5 11:22 - Starting your Angular application
- 6 13:58 - Discover the template and clean the component
- 7 17:52 - Create basic UI for the task-list application
- 8 26:04 - TypeScript tutorial
- 9 32:30 - What is an angular component
- 10 34:20 - Angular one-way data binding
- 11 36:33 - Using Angular loop to display data
- 12 41:42 - Angular event binding
- 13 45:17 - Local references
- 14 48:05 - Adding a new task
- 15 51:42 - Removing a task
- 16 56:50 - Mark task as done
- 17 58:54 - Create an angular/typescript class
- 18 1:05:12 - Single class binding
- 19 - 1:19:19 Undoing a done task
- 20 1:19:19 - Creating an Angular component
- 21 1:27:10 - Adding a header and introduction to Angular modules
- 22 1:31:36 - Creating an Angular module
- 23 1:35:30 - Create a calendar module and component
- 24 1:38:25 - Add Angular material package
- 25 1:42:42 - Style Angular Material calendar
- 26 1:50:28 - Angular routing
- 27 1:57:14 - Angular two-way data binding
- 28 1:59:51 - Parameterized routes
- 29 02:04:38 - Next steps