Added contents

This commit is contained in:
Lorenzo Iovino 2023-12-31 01:04:33 +01:00
parent 8b20acfcc4
commit 5fa5d27008
52 changed files with 537 additions and 139 deletions

View file

@ -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'