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