import {Component} from "angular2/core"; @Component({ selector: 'app-navbar', template: ` `, styles: [ ` :host .image-button { padding-bottom: 10px; padding-top: 12px; max-height: 50px; } ` ] }) export class AppNavBar { }