add template
This commit is contained in:
10
src/app/app.footer.component.ts
Normal file
10
src/app/app.footer.component.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import {Component} from '@angular/core';
|
||||
import {AppComponent} from './app.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-footer',
|
||||
templateUrl: './app.footer.component.html'
|
||||
})
|
||||
export class AppFooterComponent{
|
||||
constructor(public app: AppComponent) {}
|
||||
}
|
||||
Reference in New Issue
Block a user