UNPKG

taffy-coustom-ui

Version:
11 lines (8 loc) 199 B
import { Component, ViewChild } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html' }) export class AppComponent { value: boolean = false; }