Files
JavaScriptServices/templates/Angular2Spa/ClientApp/components/home/home.ts
2016-09-19 09:12:03 +01:00

9 lines
136 B
TypeScript

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