Added a lot of components
This commit is contained in:
parent
08f8d90f3d
commit
c94493a3c5
68 changed files with 1030 additions and 8 deletions
17
src/app/pages/about/about.page.ts
Normal file
17
src/app/pages/about/about.page.ts
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import { Component } from '@angular/core';
|
||||
import {SectionComponent} from "../../section/section.component";
|
||||
import {PageComponent} from "../../page/page.component";
|
||||
|
||||
@Component({
|
||||
selector: 'iov-about-page',
|
||||
standalone: true,
|
||||
imports: [
|
||||
SectionComponent,
|
||||
PageComponent
|
||||
],
|
||||
templateUrl: './about.page.html',
|
||||
styleUrl: './about.page.scss'
|
||||
})
|
||||
export class AboutPage {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue