CRM App - Part 13 Modules and Code Splitting
Overview Time: 5min In this lesson, we will create a new admin component in it's own module. This is significant as it will demonstrate »
Overview Time: 5min In this lesson, we will create a new admin component in it's own module. This is significant as it will demonstrate »
Overview Time: 5min In this lesson, we will build on the work we did in the previous lesson to allow editing companies. Add navigation to the »
Overview Time: 5min In this lesson, we will use reactive forms to build the functionality to allow us to add new customers to the database. Learning »
Overview Time: 5min In this lesson, we will introduce routing by moving the company list onto its own route. Learning Outcomes: * How to route to a »
Overview Time: 5min In this lesson, we will refactor our company table to be a 'presentation' component (also known as a 'dumb' »