Michael Hladky
Michael Hladky
# Suggestion Extending to extend `LazyElementModuleOptions` with `defaultURL` ## Suggestion To Implement a new option `defaultURL` When I load elements from different sources and let's say one source is a...
Dear @benlesh @JWO719 @kwonoj @cartant I collected these issues as in my humble opinion they could be closed, or their discussion stopped a while ago. All listed issues are suggestions....
It would be really nice to get [lighthouse-user-flows](https://web.dev/lighthouse-user-flows/) into this repository. Are there any plans in this direction?
Often setters are enough. In such cases, we can use state.set({prop}). If we want to apply behaviour we need to get a stream. This often leads to bloated code with...
# Problem Solved By The Feature As we will ship quite a lot of features we need to come up with a naming strategy. IMHO we should align as much...
# Problem Solved By The Feature ATM the [docs on custom strategies](https://github.com/rx-angular/rx-angular/blob/main/libs/cdk/render-strategies/docs/strategies.md#custom-strategies) are pretty bad # Solution write up a good description, maybe consider implementing it in the [movies app](https://github.com/tastejs/angular-movies)...
- [ ] CWV - [ ] LCP - [ ] FID - [ ] CLS - [ ] Where can we improve?
# Description ATM it returns T | null | undefined | Observable. This is sub-optimal as ```typescript export declare function coerceObservable(o: T | null | undefined | ObservableInput.): Observable; ```...