@Post('delete/:userId')
remove(@Param('userId') userId: string) {
return this.userService.remove(userId);
}
const cards = [{component: ExampleComponent }]
*ngFor="let card of cards"
<ng-container *ngComponentOutlet="card.component"></ng-container>