10 lines
218 B
TypeScript
Raw Normal View History

// #docregion
2016-09-19 19:57:59 -07:00
import { Component } from '@angular/core';
@Component({
template: `
<h2 highlight="skyblue">About</h2>
<twain-quote></twain-quote>
2016-09-19 19:57:59 -07:00
<p>All about this sample</p>`
})
export class AboutComponent { }