import { Meta } from '@angular/platform-browser'; export class App { constructor(private metaService: Meta) {} }