import {Component, OnInit} from '@angular/core'; @Component({ selector: 'hello-world', templateUrl: 'hello-world.html' }) class HelloWorld ...
確定! 回上一頁