File

src/app/Components/Shared/footer/footer.component.ts

Implements

OnInit

Metadata

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

Index

Methods

Constructor

constructor()

Methods

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

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

  constructor() { }

  ngOnInit() {
  }

}
<mat-toolbar class="example-footer">
    <div class="col-md-12">
        <div class="row">
            <div class="footer col-md-12">
                <div class="pull-left col-md-2 footer-logo">
                    <a href="http://www.techoil.com/" target="_blank" class="pull-left">
                        <img alt="Inatech Logo" src="../../assets/images/footer-logo-techoil.png">
                    </a>
                    <div class="pull-left col-md-12 copyrights">Copyright © 2017 Techoil | Version 2.0</div>
                </div>
            </div>
        </div>
      </div>
</mat-toolbar>
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""