File

src/app/shared/footer/footer.component.ts

Implements

OnInit

Metadata

changeDetection ChangeDetectionStrategy.OnPush
selector app-footer
styleUrls ./footer.component.scss
templateUrl ./footer.component.html

Index

Methods

Constructor

constructor()

Methods

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

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

  constructor() { }

  ngOnInit(): void {
  }

}
<!-- Footer Start -->
<footer class="footer">
  2020 © Grassroots Economics
</footer>
<!-- end Footer -->

./footer.component.scss

Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""