mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
Simplify Angular 2 template where possible
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'nav-menu',
|
||||
template: require('./navmenu.component.html')
|
||||
})
|
||||
export class NavMenuComponent {
|
||||
}
|
||||
Reference in New Issue
Block a user