File

src/app/admin/footer/footer.component.ts

Implements

OnInit

Metadata

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

Index

Methods

Constructor

constructor()

Methods

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

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

  ngOnInit() {}
}
<footer class="footer">
  <div fxLayout="row" class="footer-copyright">
    <span>Copyright 2017-2019. All Rights Reserved by stbui Pro</span>
    <span fxFlex></span>
    <span>Design & Developed by <a href="https://github.com/stbui" target="blank">stbui</a></span>
  </div>
</footer>

./footer.component.scss

.footer {
  background: #263238;
  color: #80cbc4;
  line-height: 36px;
  padding: 0 20px;
  font-size: 12px;

  a {
    color: #80cbc4;
    cursor: pointer;
  }
}
Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""