Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Angular

Angular Add Style to Host component

Add style to host element

If we want to add style directly to the component Host we can use :host selector for that

:host{
    font-size: 50px;
}