UNPKG

project-starter-dan

Version:

A project scaffolding tool.

9 lines (6 loc) 139 B
import { Component } from '@angular/core'; @Component({ selector: 'my-app', template: '<h1>Hi</h1>' }) export class AppComponent { }