feat: add footer component and FontAwesome integration
This commit is contained in:
parent
29305a75b1
commit
325bc118ee
10 changed files with 219 additions and 17 deletions
|
@ -3,10 +3,12 @@ import { CommonModule } from '@angular/common';
|
|||
import { RouterOutlet } from '@angular/router';
|
||||
import { KeycloakAngularModule } from 'keycloak-angular';
|
||||
import { NavbarComponent } from './shared/components/navbar/navbar.component';
|
||||
import { FooterComponent } from './shared/components/footer/footer.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
standalone: true,
|
||||
imports: [CommonModule, RouterOutlet, KeycloakAngularModule, NavbarComponent],
|
||||
imports: [CommonModule, RouterOutlet, KeycloakAngularModule, NavbarComponent, FooterComponent],
|
||||
providers: [],
|
||||
templateUrl: './app.component.html',
|
||||
styleUrl: './app.component.css',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue