Component
@Component
style/styleUrl: a CSS stylesheet defines the style of componenttemplate/templateUrl: defines theHTML that renders into DOMselector: defines the HTML tag of the component, equivalent tocustomElements.define(CustomComponent, custom)
use other components to build page
add imports: [comp1, comp2, ....] to import the components we need