import { Component } from '@angular/core'; @Component({ selector: 'dashboard', template: '<div>Dashboard</div>' }) export class ...
確定! 回上一頁