multi-project/projects/app/_modules/layout/footer/footer.component.ts

11 lines
193 B
TypeScript

import {Component} from '@angular/core';
@Component({
selector: 'footer',
templateUrl: 'footer.component.html',
styleUrls: ['footer.component.scss']
})
export class FooterComponent {
}