viewRef property
- @ViewChild.new('loadPoint', read: ViewContainerRef)
- @visibleForTemplate
getter/setter pair
Implementation
@ViewChild('loadPoint', read: ViewContainerRef)
@visibleForTemplate
late ViewContainerRef viewRef;
@ViewChild('loadPoint', read: ViewContainerRef)
@visibleForTemplate
late ViewContainerRef viewRef;