menu
ngdart package
documentation
angular.dart
ViewChild
ViewChild const constructor
ViewChild const constructor
dark_mode
light_mode
ViewChild
constructor
const
ViewChild
(
Object
selector
, {
Object
?
read
,
})
Implementation
const ViewChild( super.selector, { super.read, }) : super(descendants: true, first: true);
ngdart package
documentation
angular
ViewChild
ViewChild const constructor
ViewChild class