File

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

Description

Generates the footer used for all pages.

Metadata

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

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

}

results matching ""

    No results matching ""