Components in Angular
Overview
Components are the main building block for Angular app.
An HTML template.
A Typescript class that defines behavior.
A CSS selector that defines the style of component.
Generating components from Angular CLI is
ng generate component <com...
abhaynirmal.hashnode.dev7 min read