I just started to implement the router-store
of the ngrx library. I followed their instructions to implement the complete router there.
In the end the RouterState.Full
configuration throws the error
Error: Uncaught (in promise): TypeError: Cannot add property NG_ELEMENT_ID, object is not extensible
On the other hand when I use the RouterState.Minimal
configuration it works like expected.
Link of the ngrx configurations: https://ngrx.io/guide/router-store/configuration
How can I solve this problem?