mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-27 20:17:30 +00:00
Change Angular 2 template to use app-style layout, like the React template
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import * as ng from 'angular2/core';
|
||||
import * as router from 'angular2/router';
|
||||
|
||||
@ng.Component({
|
||||
selector: 'nav-menu'
|
||||
})
|
||||
@ng.View({
|
||||
template: require('./nav-menu.html'),
|
||||
directives: [router.ROUTER_DIRECTIVES],
|
||||
styles: [require('./nav-menu.css')]
|
||||
})
|
||||
export class NavMenu {
|
||||
}
|
||||
Reference in New Issue
Block a user