UNPKG

template-maker

Version:

A CLI to generate project templates with alot of options!!

11 lines (9 loc) 216 B
import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent { title = 'angular-temp'; }