Add portfolio
This commit is contained in:
parent
5fa5d27008
commit
ba036abb76
35 changed files with 484 additions and 351 deletions
17
src/app/pages/portfolio/disclaimer/disclaimer.component.ts
Normal file
17
src/app/pages/portfolio/disclaimer/disclaimer.component.ts
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import { Component } from '@angular/core';
|
||||
import {SectionComponent} from "../../../section/section.component";
|
||||
import {NgOptimizedImage} from "@angular/common";
|
||||
|
||||
@Component({
|
||||
selector: 'iov-disclaimer',
|
||||
standalone: true,
|
||||
imports: [
|
||||
SectionComponent,
|
||||
NgOptimizedImage
|
||||
],
|
||||
templateUrl: './disclaimer.component.html',
|
||||
styleUrl: './disclaimer.component.scss'
|
||||
})
|
||||
export class DisclaimerComponent {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue