Files
JavaScriptServices/templates/Angular2Spa/ClientApp/components/home/home.ts

9 lines
134 B
TypeScript

import * as ng from '@angular/core';
@ng.Component({
selector: 'home',
template: require('./home.html')
})
export class Home {
}