added modalnavbar

This commit is contained in:
2025-11-13 17:14:01 +01:00
parent 163b734dd1
commit 89c6f1d550
8 changed files with 121 additions and 29 deletions

View File

@@ -1 +1 @@
<p>welcome works!</p>
<p>hello work</p>

View File

@@ -1,8 +1,13 @@
import { Component } from '@angular/core';
import {ModalNav} from "../../components/modalNav/modalNav";
import {NzIconDirective} from "ng-zorro-antd/icon";
@Component({
selector: 'app-welcome',
imports: [],
imports: [
ModalNav,
NzIconDirective
],
templateUrl: './welcome.html',
styleUrl: './welcome.css'
})