import { Component }  from '@angular/core';

@Component({
  selector: 'app-footer',
  template: `
    <footer id="footer" class="app-footer">
      <div class="container-fluid">
        © 2013-17 eastgate.in
      </div>
    </footer>
  `
})
export class FooterComponent { }
