Tim van Oostrom
Results
2
comments of
Tim van Oostrom
Also, the rename of Toggle to MenuToggle is a breaking change. It's less intrusive to Not rename the Toggle button and just give another name to the newly created Toggle...
Via the `@Component`options you can do: ``` subscriptions() { return { thing: this.someObservableFromComponent.pipe( map(something => { return doStuffTo(something); }), ) }; } ```