// #docregion // Reduced version of the initial AppComponent generated by CLI import { Component } from '@angular/core'; @Component({ selector: 'app-root', template: '

Welcome to {{title}}!

' }) export class AppComponent { title = 'app'; }