Criteria Objekt überarbeitet
This commit is contained in:
@@ -19,7 +19,7 @@ import { formatPhoneNumber, map2User } from '../../../utils/utils';
|
||||
standalone: true,
|
||||
imports: [SharedModule],
|
||||
templateUrl: './details-user.component.html',
|
||||
styleUrl: './details-user.component.scss',
|
||||
styleUrl: '../details.scss',
|
||||
})
|
||||
export class DetailsUserComponent {
|
||||
private id: string | undefined = this.activatedRoute.snapshot.params['id'] as string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user