// #docregion import { Component } from '@angular/core'; @Component({ template: `

ADMIN

` }) export class AdminComponent { }