mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 11:07:29 +00:00
ng2 2.0, Universal 2.0, TS 2.0, Preboot 4.*
This commit is contained in:
committed by
SteveSandersonMS
parent
b71d139eb5
commit
ce0d2089d2
@@ -1,11 +1,9 @@
|
||||
import * as ng from '@angular/core';
|
||||
import { ROUTER_DIRECTIVES } from '@angular/router';
|
||||
import { Component } from '@angular/core';
|
||||
import { NavMenu } from '../nav-menu/nav-menu';
|
||||
|
||||
@ng.Component({
|
||||
@Component({
|
||||
selector: 'app',
|
||||
template: require('./app.html'),
|
||||
directives: [...ROUTER_DIRECTIVES, NavMenu]
|
||||
template: require('./app.html')
|
||||
})
|
||||
export class App {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user