import { Component } from '@angular/core'; @Component({ selector: 'app-guard-admin', template: `

这是一个管理员页面

` }) export class GuardAdminComponent {}