File

src/app/components/header-bar/header-bar.component.ts

Description

Generates the header used for all pages.

Metadata

selector app-header-bar
styleUrls header-bar.component.css
templateUrl header-bar.component.html
import { Component } from '@angular/core';

/**
 * Generates the header used for all pages.
 */
@Component({
  selector: 'app-header-bar',
  templateUrl: './header-bar.component.html',
  styleUrls: ['./header-bar.component.css']
})
export class HeaderBarComponent {

}

results matching ""

    No results matching ""