onLoad property

  1. @Output()
Stream<ComponentRef?> get onLoad

Fired when component is loaded allowing clients to get a handle on the component loaded.

Implementation

@Output()
Stream<ComponentRef?> get onLoad => _onLoadController.stream;