Added contents

This commit is contained in:
Lorenzo Iovino 2023-12-31 01:04:33 +01:00
parent d8057be1b4
commit 24decc9de4
52 changed files with 537 additions and 139 deletions

View file

@ -1,6 +1,6 @@
import {Component} from '@angular/core';
import {AsciiPhotoComponent} from "../ascii-photo/ascii-photo.component";
import {AsyncPipe, NgClass, NgIf} from "@angular/common";
import {AsyncPipe, NgClass, NgIf, NgOptimizedImage} from "@angular/common";
@Component({
selector: 'iov-hero',
@ -10,6 +10,7 @@ import {AsyncPipe, NgClass, NgIf} from "@angular/common";
NgIf,
NgClass,
AsyncPipe,
NgOptimizedImage,
],
templateUrl: './hero.component.html',
styleUrl: './hero.component.scss'