the currently set allowed nets. Returns an empty array if no value was set.
Sets the new identifiers of the base allowed nets
new base net identifiers
Subscribes to the provided Observable
and forwards the emissions to the baseAllowedNets Subject
.
If a new Observable
is set, the previous Subscription is unsubscribed.
an observable that emits the currently set base allowed nets and any subsequent values
Subscribes to the provided Observable
and forwards the emissions to the baseAllowedNets Subject
.
If a new Observable
is set, the previous Subscription is unsubscribed.
an observable emitting the new base net identifiers
Generated using TypeDoc
Sets the new identifiers of the base allowed nets
This method should not be used. Use {@link BaseAllowedNetsService#allowedNets$} instead