import {Component} from "angular2/core"; @Component({ selector: 'app-navbar', template: ` ` }) export class AppNavBar { }