Each component consists of three parts:
- TypeScript class
- HTML template
- CSS styles
One can pass styles and HTML template directly, using templateand stylesor link to an existing HTML file and CSS file using templateUrland stylesUrl.
Import other components using imports[]