admir86

Results 11 comments of admir86

please add also a possibility to change the grid lines color. for now I can use `:host gridster /deep/ .gridster-column` but `deep` is deprecated. https://angular.io/guide/component-styles#deprecated-deep--and-ng-deep

without `deep` it works only if the style definition is in the global css. but not if the style is defined in the css of my dashboard component.

Hi @ocombe, what is the final result of this discussion? what's gonna happening with ngx-translate, once ivy is released and the official i18n is updated with features like translation in...

Same problem. Have to use following workaround: ```ts import { AuthGuard, AUTH_ROUTES } from '@inova/desktop'; ... // other imports const cr: Routes = [{ path: '', canActivate: [AuthGuard, SystemTenant], component:...

same behavior with v2.0.3, it worked fine a few weeks ago. for about 2-3 weeks I have the problem but only in Firefox. SameSite policy has not changed: ![image](https://user-images.githubusercontent.com/36576424/179553192-56b703bb-bd4b-40ac-9d86-0c47b6aef3ed.png)

> same behavior with v2.0.3, it worked fine a few weeks ago. for about 2-3 weeks I have the problem but only in Firefox. > > SameSite policy has not...

any progress on this? or should this work already?