Examples in stackblitz aren't working.
Closed this issue · 1 comments
GGGErnest commented
The examples posted in Stackblitz aren't working, it seems because the lib uses the browsers URL and in Stackblitz the app runs in an IFrame that causes the queryParams are been returned by the Angular's Router empty therefore the libs doesn't work properly.
GGGErnest commented
Reviewed the stackblitz code and found that was a bug in the code which was causing the weird behavior. Fixed that bug the code is working now.