deleted notifs components
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Component, output } from '@angular/core';
|
||||
import {Component, output} from '@angular/core';
|
||||
import {NzIconDirective} from "ng-zorro-antd/icon";
|
||||
import {NzColDirective} from "ng-zorro-antd/grid";
|
||||
import {NzFlexDirective} from "ng-zorro-antd/flex";
|
||||
@@ -6,7 +6,7 @@ import {NzFormControlComponent, NzFormDirective, NzFormItemComponent} from "ng-z
|
||||
import {FormControl, FormGroup, ReactiveFormsModule} from "@angular/forms";
|
||||
|
||||
@Component({
|
||||
selector: 'app-search',
|
||||
selector: 'app-search',
|
||||
imports: [
|
||||
NzIconDirective,
|
||||
NzColDirective,
|
||||
@@ -16,8 +16,8 @@ import {FormControl, FormGroup, ReactiveFormsModule} from "@angular/forms";
|
||||
NzFormItemComponent,
|
||||
ReactiveFormsModule
|
||||
],
|
||||
templateUrl: './search.html',
|
||||
styleUrl: './search.css',
|
||||
templateUrl: './search.html',
|
||||
styleUrl: './search.css',
|
||||
})
|
||||
export class Search {
|
||||
searchForm: FormGroup = new FormGroup({
|
||||
|
||||
Reference in New Issue
Block a user