Results 17 comments of Lars Hanisch

I just encounter a situation, where I need a combination of `statusChanges` and `valueChanges`, but these two observables are nearly impossible to get in sync. What I really would like...

The solution of @Simon-TheHelpfulCat did not work for me, because Angular stripped the anchor attributes to prevent XSS. The `AnchorService` of @jfcere works fine. I don't use it on `document:click`...

I used @jfcere solution as a starting point and modified for my use case (I use no hash fragments in my project). I ended up with this: ```typescript import {...

Ok, this is missing in my example. The component which displays the `markdown` component has this piece of code: ```typescript @HostListener("click", ["$event"]) onDocumentClick(event: Event) { this._anchorService.interceptClick(event); } ```

Why do you use the rootReducer for the substore? I use an additional reducer-function as the localReducer of the substore. If I would add that with combineReducers to the root-store,...

Ah, I see. You can use the constructor of the lazy loaded module to dispatch a special init-action. It's a bit ugly but not the worst thing, I guess.

Thank you for your project! Please have a look at my PR to add strong name signing.

This issue looks a bit stale but a strong name is essential if using this assembly in other projects which are strong name signed. I added the small PR #150...

Mocking modules would help to get around #4300

Hi, just a friendly reminder. Any news on this? If you have any questions, feel free to ask. Thanks for your work!