Add footer
This commit is contained in:
10
src/layout/appfooter.ts
Normal file
10
src/layout/appfooter.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
standalone:true,
|
||||
template: `<div class="layout-footer">
|
||||
SAKAI by
|
||||
<a href="https://primeng.org" target="_blank" rel="noopener noreferrer" class="text-primary font-bold hover:underline">PrimeNG</a>
|
||||
</div>`,
|
||||
})
|
||||
export class AppFooter {}
|
||||
Reference in New Issue
Block a user