added modalnavbar
This commit is contained in:
@@ -1 +1 @@
|
||||
<p>welcome works!</p>
|
||||
<p>hello work</p>
|
||||
@@ -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'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user