Chore: Upgraded to Angular, Angular Material and Angular Flex layout 8.0
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ import {FormBuilder, FormGroup} from '@angular/forms';
|
||||
styleUrls: ['./product-group-detail.component.css']
|
||||
})
|
||||
export class ProductGroupDetailComponent implements OnInit, AfterViewInit {
|
||||
@ViewChild('nameElement') nameElement: ElementRef;
|
||||
@ViewChild('nameElement', { static: true }) nameElement: ElementRef;
|
||||
form: FormGroup;
|
||||
item: ProductGroup;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user