|
|
@ -1,10 +1,9 @@
|
|
|
|
import { Component } from '@angular/core';
|
|
|
|
import { Component } from '@angular/core';
|
|
|
|
import { RouterLink } from '@angular/router';
|
|
|
|
|
|
|
|
import { CommonModule } from '@angular/common';
|
|
|
|
import { CommonModule } from '@angular/common';
|
|
|
|
|
|
|
|
|
|
|
|
@Component({
|
|
|
|
@Component({
|
|
|
|
selector: 'app-admin-footer',
|
|
|
|
selector: 'app-admin-footer',
|
|
|
|
imports: [CommonModule, RouterLink],
|
|
|
|
imports: [CommonModule],
|
|
|
|
templateUrl: './admin-footer.component.html',
|
|
|
|
templateUrl: './admin-footer.component.html',
|
|
|
|
styleUrl: './admin-footer.component.css'
|
|
|
|
styleUrl: './admin-footer.component.css'
|
|
|
|
})
|
|
|
|
})
|
|
|
|