import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-top-manu', templateUrl: './top-manu.component.html', styleUrls: ['./top-manu.component.css'] }) export class TopManuComponent implements OnInit { constructor() { } ngOnInit() { } }