UNPKG

taffy-coustom-ui

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