JakeAi
JakeAi
If there is a large amount of data on a slow network. you could add a timeout to startTransaction. 5 seconds after the last request would cancel the transaction. ```TS...
> May be another a way to address this problem would be to write something like that : > > ``` > var del = { > collection: 'ColX', >...
@coolstar Yeah me too. Everytime my car connects to carplay, Spring board crashes. Kind of annoying. - iOS version: 11.1.2 - iDevice model: iPhone X - electra version: Beta 11-3
> Are you using clearHistory? ngOnDestroy is not called on forward navigation because the component is reused on back navigation. Everywhere except a couple spots is set to true.
> @edusperoni https://github.com/herefishyfish/ngDestroy-bug here's an example of what @JakeAi is experiencing. > > Note that ngOnDestroy will get called on the back event to close the app in this scenario....
Instead of ```TS import { BreadcrumbModule } from 'xng-breadcrumb'; @NgModule({ imports: [ BreadcrumbModule, ], ``` Use ```TS import { BreadcrumbComponent, BreadcrumbItemDirective } from 'xng-breadcrumb'; @NgModule({ imports: [ BreadcrumbComponent, BreadcrumbItemDirective, ],...
This would be really nice to have so I can populate unit tests with data... I'm having to go into the console and use chrome DevTools, and look at the...
> Yeah, STEP doesn't have previews yet; it's always interesting to see what people actually use! I didn't really expect anyone to be using STEP 😃 > > I'll change...