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