Sysmat
Sysmat
- Yes guard func is a must feature , like a filter on http is must feature
- for me very well design router guards are in angular, with `CanActivate, CanActivateChild, CanDeactivate, Resolve, CanLoad` - angular has Functional guards which are composable
yes, have the same problem, but in runtime
I moved to old way `OnDestroy` hook and `takeUntil` and error is gone
- je for monitoring I use sentry and if not sentry error report I would probably not now for error - NG0911 no documentation
- The same here, it didn't work in production - I had to revert to old way `OnDestroy, #onDestroyComponent$ = new Subject();, takeUntil` - NG0911 is not listed in angular...
- @waterplea This way is working, and every rxjs is unsubscribed - problem is when using `#destroyRef = inject(DestroyRef); takeUntilDestroyed(this.#destroyRef)`
@waterplea I try it in my app, but still getting NG0911
> For information, I plan to update eventually, but there is not much changes between v9 and v11 yes but when upgrade to v11 ngx-markdown not working
- the ugly hack ``` Hello, {% if 1 == 1 %} {%- endif -%} {%- if oldMail.alias != changedMail.alias and changedMail.expire is null -%} elektronski naslov {{oldMail.alias}}, ki je...