mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 11:07:29 +00:00
Add Angular2Spa template
This commit is contained in:
10
templates/Angular2Spa/ClientApp/components/about/about.ts
Normal file
10
templates/Angular2Spa/ClientApp/components/about/about.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as ng from 'angular2/core';
|
||||
|
||||
@ng.Component({
|
||||
selector: 'about'
|
||||
})
|
||||
@ng.View({
|
||||
template: require('./about.html')
|
||||
})
|
||||
export class About {
|
||||
}
|
||||
Reference in New Issue
Block a user