src/app/components/shared/footer/footer.component.ts
selector | app-footer |
styleUrls | footer.component.css |
templateUrl | footer.component.html |
import { Component } from '@angular/core';
@Component({
selector: 'app-footer',
templateUrl: './footer.component.html',
styleUrls: ['./footer.component.css']
})
export class FooterComponent {
}