GTS

Results 5 comments of GTS

This is related issue: [https://github.com/aspnet/JavaScriptServices/issues/567](https://github.com/aspnet/JavaScriptServices/issues/567) May be switch between BrowserStorage (will use browser storages) and ServerStorage (will use localstorage-polyfill) and using the interface form base class StorageService is good idea....

With last version *ngIf="isBrowser is not needed - it's work ok. But the issue with isBrowser wasn't fixed. If I have some other component which have to check for this...

In app.module.ts ``` const cookieConfig: NgcCookieConsentConfig = { "cookie": { "domain": `${ORIGIN_URL}` }, "palette": { "popup": { "background": "#efefef", "text": "#404040" }, "button": { "background": "#8ec760", "text": "#ffffff" } },...

I also have similar problem. In my case I have **lazy** loading in routing and I'm adding sub routes children in the module using: `@NgModule({ imports: [ RouterModule.forChild(routes) ], exports:...

Ok, We already tested with the last packages and looks good. We have created branch locally and can push it if you give us access to do it.