import { Component, OnInit } from '@angular/core'; @Component({ ... }) export class AppComponent implements OnInit { ngOnInit() { // do something... } } 在上面 ...
確定! 回上一頁