File

src/app/layout/footer/footer.component.ts

Implements

OnInit

Metadata

selector app-footer
styleUrls footer.component.scss
templateUrl ./footer.component.html

Constructor

constructor()

Methods

ngOnInit
ngOnInit()
Returns: void
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-footer',
  templateUrl: './footer.component.html',
  styleUrls: ['./footer.component.scss']
})
export class FooterComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}
<footer></footer>
Legend
Html element
Component
Html element with directive

results matching " "

    No results matching " "