add components from angular-lib
This commit is contained in:
parent
3c429c42f4
commit
834d1521f0
100 changed files with 33352 additions and 0 deletions
14
implem/src/app/pages/main/main.ts
Normal file
14
implem/src/app/pages/main/main.ts
Normal file
|
@ -0,0 +1,14 @@
|
|||
import { Component } from '@angular/core';
|
||||
import {TopNavigation} from '../../shared/navigation/top-navigation/top-navigation';
|
||||
|
||||
@Component({
|
||||
selector: 'app-main',
|
||||
imports: [
|
||||
TopNavigation
|
||||
],
|
||||
templateUrl: './main.html',
|
||||
styleUrl: './main.scss'
|
||||
})
|
||||
export class Main {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue