Ivan

Results 6 issues of Ivan

It'is not working withour any errors

I can't get routerExtension inside callback when i write service component: ` @Component({ selector: 'app-sporttrack', templateUrl: './sporttrackSearch.component.html', styleUrls: ['./sporttrack.component.scss'] }) export class SporttrackSearchComponent implements OnInit, OnDestroy { constructor(public routerExtensions: RouterExtensions,...

https://stackblitz.com/edit/rxjs-stop-watch?file=index.ts An excellent starting point, thank you, but if you reduce the interval to say 1 millisecond, then apparently due to the execution of javascript, the stopwatch does not work...

When the keyboard is active, the snackbar message from the bottom is not visible, this can be solved by moving the snackbar to the top

`**ext = 'JPG'** try: aux_ext = str(value).split('.') if aux_ext[len(aux_ext)-1].lower() == 'png': ext = 'PNG' except Exception as e: pass` _get_thumbnail_filename in ThumbnailBackend use EXTENSIONS dict `EXTENSIONS = { 'JPEG': 'jpg',...