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

About

All about this sample

` }) export class AboutComponent { }