update property

  1. @override
  2. @Output('ngModelChange')
Stream update
override

Updates from the view itself.

Equivalent to the ngModelChange Output.

Implementation

@override
@Output('ngModelChange')
Stream<dynamic> get update => _update.stream;