fix: ng update core 19
This commit is contained in:
@@ -3,9 +3,10 @@ import { FormControl, FormGroup } from '@angular/forms';
|
||||
import { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog';
|
||||
|
||||
@Component({
|
||||
selector: 'app-edit-post',
|
||||
templateUrl: './edit-post.component.html',
|
||||
styleUrls: ['./edit-post.component.scss']
|
||||
selector: 'app-edit-post',
|
||||
templateUrl: './edit-post.component.html',
|
||||
styleUrls: ['./edit-post.component.scss'],
|
||||
standalone: false
|
||||
})
|
||||
export class NewPostComponent {
|
||||
form: FormGroup;
|
||||
|
||||
Reference in New Issue
Block a user