aspnetcore/templates/Angular2Spa/ClientApp/components/about/about.ts

11 lines
150 B
TypeScript

import * as ng from 'angular2/core';
@ng.Component({
selector: 'about'
})
@ng.View({
template: require('./about.html')
})
export class About {
}