onLoad property

  1. @Output.new()
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;