Fikret Kurtiiev
Fikret Kurtiiev
@juanjinario Thanks. Guys, I also had that issue, but after adding: ` TranslateModule.forRoot({ loader: { provide: TranslateLoader, useFactory: createTranslateLoader, deps: [HttpClient] } })` into app.module.ts it started work fine. and...
Hi Guys! Any news with it?
+1 Also need remove onSwipeLeft event with infinite={true}. Need ability move card behind all with onSwipeRight event and remove totally with onSwipeLeft event.
@Lucasq95 @hikelvin Thanks a lot!
Hey, try to pass `ScrollController` from panel into your SingleChildScrollView. From example `panelBuilder: (scrollController) => _panel(scrollController),` `_panel(ScrollController sc) => SingleChildScrollView( controller: sc, ....`
@paul-123 Did solve it?
@Jeseeq Seems like PR failed with [tests](https://travis-ci.org/akiran/react-slick/builds/550301657?utm_source=github_status&utm_medium=notification) inside folder `/examples` Do you know how to fix this?
+1 Also noticed today that issue.
> Really? Ionic team. 4 years in the making, and you do not have an answer or direction to this? > > In the mean time new version of Ionic...
`try/catch` probably, and: ``` import { ErrorHandler } from '@angular/core'; @Injectable() export class GlobalErrorHandler implements ErrorHandler { constructor( private $gaService: GoogleAnalyticsService ) {} handleError(error) { // your custom error handling...