Added contents
This commit is contained in:
parent
8b20acfcc4
commit
5fa5d27008
52 changed files with 537 additions and 139 deletions
|
|
@ -1,11 +1,13 @@
|
|||
import { Component } from '@angular/core';
|
||||
import {FooterComponent} from "../footer/footer.component";
|
||||
import {RouterOutlet} from "@angular/router";
|
||||
|
||||
@Component({
|
||||
selector: 'iov-page',
|
||||
standalone: true,
|
||||
imports: [
|
||||
FooterComponent
|
||||
FooterComponent,
|
||||
RouterOutlet
|
||||
],
|
||||
templateUrl: './page.component.html',
|
||||
styleUrl: './page.component.scss'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue