AS
Size: a a a
AS
I
I

AS
I
AS
I
deleteComponent(): void {
this.dialog.open(ConfirmDialogComponent, {
width: '420px',
height: '200px',
});
}AS
deleteComponent(): void {
this.dialog.open(ConfirmDialogComponent, {
width: '420px',
height: '200px',
});
}I
AS
dialogRef.afterClose().pipe(
filter(result => result.ok),
switchMap(result => someAction(result.data))
).subscribe()AF
OS
dialogRef.afterClose().pipe(
filter(result => result.ok),
switchMap(result => someAction(result.data))
).subscribe()I
AS
OS
OS
D
MZ
AO
АС