github.com/in4it/ecs-deploy@v0.0.42-0.20240508120354-ed77ff16df25/webapp/src/app/app-navbar/app-navbar.component.ts (about)

     1  import { Component, OnInit } from '@angular/core';
     2  
     3  @Component({
     4    selector: 'app-navbar',
     5    templateUrl: './app-navbar.component.html',
     6    styleUrls: ['./app-navbar.component.css']
     7  })
     8  export class AppNavbarComponent implements OnInit {
     9  
    10    constructor() { }
    11  
    12    ngOnInit() {
    13    }
    14  
    15  }