Ekko Chang | c4c381d | 2019-04-29 14:14:58 +0800 | [diff] [blame^] | 1 | import { Component } from "@angular/core"; |
2 | @Component({ | ||||
3 | selector: "app-root", | ||||
4 | templateUrl: "./app.component.html", | ||||
5 | styleUrls: ["./app.component.css"] | ||||
6 | }) | ||||
7 | export class AppComponent { | ||||
8 | title = "app"; | ||||
9 | } |