Sirajuddin Choudhary
Sirajuddin Choudhary
Hi @swiety85, We too are looking for RTL solution in Gridster. It will be somewhat like option `originLeft` in https://masonry.desandro.com/options.html In normal layout coordinates start from leftmost as `0,0` while...
Basically you need to add `[routerLinkActiveOptions]="{exact: true}"` for Brand type. I ll see if I can push a commit soon for this
The issue is not related to this App. Probably [Gitter](https://gitter.im/angular/angular) or stackoverflow is good for such queries. I am active there as well to help out. Create a gist with...
Login is trivial flow, I ll check if I can include that
@nikvarma Why would you post same comment so many times? `RouterModule.forRoot()` and `RouterModule.forChild()` in imports of `@NgModule` is what you are looking for. see documentation of `NgModule` on https://angular.io
@nikvarma The current app is in RC5, just remove the references of ROUTER_DIRECTIVES, provideRouter, RouterConfig (replace this one with Route[]) and you are done. Those are all deprecated stuff and...
@nikvarma Have updated the project to `2.0.0` those errors you mentioned are gone. For other queries related to angular refer https://angular.io or ask questions on stackoverflow or https://gitter.im/angular/angular
Hi @dcsw, Thanks for the PR. Have you verified this for both Mobile and Desktop mode?
@dcsw let me know, so I can merge this
This might have been caused due to navigation related changes in alpha.6 version of bootstrap. Waiting for @dcsw , Will merge #7 if it fixes the issues