Files
JavaScriptServices/templates/Angular2Spa/ClientApp/components/about/about.ts
2016-02-23 23:13:20 +00:00

11 lines
150 B
TypeScript

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