added search component from all pages
This commit is contained in:
@@ -2,13 +2,15 @@ import { Component } from '@angular/core';
|
||||
import {UserTable} from "../../components/user-table/user-table";
|
||||
import {ModalButton} from "../../components/modal-button/modal-button";
|
||||
import {ProfilForm} from "../../components/profil-form/profil-form";
|
||||
import {Search} from "../../components/search/search";
|
||||
|
||||
@Component({
|
||||
selector: 'app-user',
|
||||
imports: [
|
||||
UserTable,
|
||||
ModalButton,
|
||||
ProfilForm
|
||||
ProfilForm,
|
||||
Search
|
||||
],
|
||||
templateUrl: './user.html',
|
||||
styleUrl: './user.css',
|
||||
|
||||
Reference in New Issue
Block a user