Added contents
This commit is contained in:
parent
d8057be1b4
commit
24decc9de4
52 changed files with 537 additions and 139 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue