UNPKG

@rowantervelde/ng2-footer

Version:

RTV - Angular 2 Footer component

17 lines (12 loc) 303 B
import { Component, OnInit } from '@angular/core'; @Component({ moduleId: module.id, selector: 'rtv-footer', templateUrl: 'footer.component.html', styleUrls: ['footer.component.css'] }) export class FooterComponent implements OnInit { constructor() {} ngOnInit() { } }