Aaron Ullal

Results 3 issues of Aaron Ullal

I have a angular library where I created a `LanguageModule ` defined as follows ``` @NgModule({ imports: [ TranslateModule.forRoot({ loader: { provide: TranslateLoader, useFactory: (createTranslateLoader), deps: [HttpClient] }, }) ],...

Is it possible to pass a custom id to the tab to be opened? Looking at the source code it looks like the `id `is always generated from scratch...I would...

enhancement

I'm using the plugin on android and the page indicators are not showing up. Here is my markup ``` //Content //Content ``` The related css is the following ``` .slides-container{...