UNPKG

taffy-coustom-ui

Version:
12 lines (9 loc) 278 B
import { Component, ViewChild, ViewEncapsulation } from '@angular/core'; @Component({ selector: 'app-root', styleUrls: ['./app.component.css'], templateUrl: './app.component.html', encapsulation: ViewEncapsulation.None, }) export class AppComponent { }