mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 05:43:03 -05:00
feat(nx): upgrade nx 20 and angular 19
This commit is contained in:
@@ -9,7 +9,6 @@ import { BehaviorSubject } from 'rxjs';
|
||||
import { ErrorDialog } from './error.dialog';
|
||||
import { ProfilConfirmationDialog } from './profil-confirmation.dialog';
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [
|
||||
ReactiveFormsModule,
|
||||
MatDialogModule,
|
||||
|
||||
@@ -4,7 +4,6 @@ import { MatButtonModule } from '@angular/material/button';
|
||||
import { MatDialogModule } from '@angular/material/dialog';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [MatButtonModule, MatDialogModule],
|
||||
template: `
|
||||
<h1 mat-dialog-title>Error</h1>
|
||||
|
||||
@@ -4,7 +4,6 @@ import { MatButtonModule } from '@angular/material/button';
|
||||
import { MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [MatButtonModule, MatDialogModule],
|
||||
template: `
|
||||
<h1 mat-dialog-title>Profil</h1>
|
||||
|
||||
Reference in New Issue
Block a user