Project overview
In this project, we will learn how to use the schematics API to build custom Angular CLI generate schematics for creating components and services. First, we will build a schematic for creating an Angular component that uses the Tailwind CSS framework in its template. Then, we will create a schematic to generate an Angular service that injects the built-in HTTP client by default and creates one method for each HTTP request in a CRUD operation.
Build time: 1 hour