00:00:00 Intro.
00:01:10 Create Database and tables | SQL Server.
00:05:36 Create Web API with ASP.NET Core 6.
00:06:26 Configure entity framework - database first | WEB API.
00:12:04 Add services to access dbcontext | WEB API.
00:25:45 Use Automapper | WEB API.
00:38:14 Create Api Controllers | WEB API.
01:00:13 Activate Cors | WEB API.
01:03:28 Create Angular App.
01:06:35 Create Interfaces | Angular APP.
01:09:18 Configure web api url | Angular APP.
01:09:52 Configure connection to api services | Angular APP.
01:18:18 Import all modules | Angular APP.
01:27:52 CRUD - LIST employee | Angular APP.
01:49:19 CRUD - ADD employee | Angular APP.
02:17:10 CRUD - EDIT employee | Angular APP.
02:22:35 CRUD - DELETE employee | Angular APP.