agregar vista publica de vehiculos aun faltan cambios
This commit is contained in:
15
apiferia/src/app/layouts/footer/footer.component.ts
Normal file
15
apiferia/src/app/layouts/footer/footer.component.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { credits, currentYear } from '@/app/common/constants'
|
||||
import { Component, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'
|
||||
|
||||
@Component({
|
||||
selector: 'app-footer',
|
||||
standalone: true,
|
||||
imports: [],
|
||||
templateUrl: './footer.component.html',
|
||||
styles: ``,
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
||||
})
|
||||
export class FooterComponent {
|
||||
year = currentYear
|
||||
credits = credits
|
||||
}
|
||||
Reference in New Issue
Block a user