Martin Pultz
Martin Pultz
### Documentation Feedback Using `` and the official [Material Icon](https://fonts.google.com/icons) site was how designers would choose the icons we would use, but recently the site icon names no longer match...
In Angular type checking is possible using interfaces (or as the styleguides suggests classes), but what does the folder hierarchy look like with regards to where interfaces should reside. I've...
##### Bug Report or Feature Request (mark with an `x`) ``` - [ ] Regression (a behavior that used to work and stopped working in a new release) - [...
Using this migration and seed, the ID of the inserted row data is a UUID instead of an unsigned integer. I noticed after stubbing through the code for a couple...
Looking at the current Android function a toast shown from the bottom defaults to radius 0, and toast transitions into view from bottom at 100% width then transitions out the...
Is there a roadmap for updating this package for Angular 4, or at least the dependencies since there shouldn't be any breakage between v2 and v4. ``` warning "[email protected]" has...
Of the two options to pass to `cg-busy` is it possible to have the advanced version to `expect a promise (or something that has a .promise or .$promise` similar to...
Would it be possible to get access to the instance of BusyTrackerService? I've tried to dependency inject it into my app and parent components so I could tell globally if...
Is it (or would it be) possible to use`ng-busy` with more complex RxJS operators like `switchMap` or `exhaustMap` on a `BehaviorSubject` without subscribing to an Observable within a subscribe block?...
Is it possible have busy show when using the async pipe? The async pipe adds the subscribe so can't use it in the controller as it's just a subscription.