viewRef property

  1. @ViewChild.new('loadPoint', read: ViewContainerRef)
  2. @visibleForTemplate
ViewContainerRef? viewRef
getter/setter pair

Implementation

@ViewChild('loadPoint', read: ViewContainerRef)
@visibleForTemplate
ViewContainerRef? viewRef;