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

Yes! You have access to the admin component.

` }) export class AdminComponent { }