deleted notifs components
This commit is contained in:
@@ -8,7 +8,7 @@ import {NzOptionComponent, NzSelectComponent} from "ng-zorro-antd/select";
|
||||
import {GetUserDto} from "../../services/api";
|
||||
|
||||
@Component({
|
||||
selector: 'app-profil-form',
|
||||
selector: 'app-profil-form',
|
||||
imports: [
|
||||
FormsModule,
|
||||
NzColDirective,
|
||||
@@ -22,8 +22,8 @@ import {GetUserDto} from "../../services/api";
|
||||
NzSelectComponent,
|
||||
NzOptionComponent
|
||||
],
|
||||
templateUrl: './profil-form.html',
|
||||
styleUrl: './profil-form.css',
|
||||
templateUrl: './profil-form.html',
|
||||
styleUrl: './profil-form.css',
|
||||
})
|
||||
export class ProfilForm {
|
||||
profilForm: FormGroup = new FormGroup({
|
||||
@@ -34,6 +34,7 @@ export class ProfilForm {
|
||||
})
|
||||
|
||||
user = input<GetUserDto>();
|
||||
|
||||
constructor() {
|
||||
effect(() => {
|
||||
if (this.user()) {
|
||||
|
||||
Reference in New Issue
Block a user