feat: add navbar component to multiple pages
This commit is contained in:
parent
e5bd173be9
commit
b2f4d9d0d8
5 changed files with 16 additions and 15 deletions
|
@ -3,11 +3,12 @@ import { KeycloakService } from 'keycloak-angular';
|
|||
import { MatDialog } from '@angular/material/dialog';
|
||||
import { DepositComponent } from '../deposit/deposit.component';
|
||||
|
||||
import { NavbarComponent } from '../../shared/components/navbar/navbar.component';
|
||||
@Component({
|
||||
selector: 'app-homepage',
|
||||
standalone: true,
|
||||
imports: [],
|
||||
templateUrl: './home.component.html',
|
||||
imports: [NavbarComponent],
|
||||
templateUrl: './homepage.component.html',
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class HomeComponent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue