Martin Pultz

Results 27 comments of Martin Pultz

Works for AngularJS 1.5 and we've been using it in an application for awhile. So I'd assume this works for 1.4 as well. Just needs dependencies updated in bower.

I like what Prettier is opinionated about for the most part, and I adopted it into our applications even knowing that I would need to make concessions, but this seems...

Thanks @victos I can't believe I didn't notice your answer. I've literally circled around 5 months later looking for the same answer so I can apply `ng-busy` between an Angular...

Would it be possible to get a public version that simply provides an indicator that someone is busy, and maybe a key for indicating the name? It would be useful...

I having this issue in an Nx project. I've tried `nx test --clearCache` in case that helps, but when I spy on a simple service like: ```ts @Injectable({ providedIn: 'root',...

@shairez I created a new install of Nx, and was able to quickly reproduce it using a barebones Angular application- https://github.com/mtpultz/jest-auto-spies-error. When you run `nx test` you see a similar...

@ben-coble-sp do you have an example of extending a chart? Trying to add vertical lines to an area chart as day boundaries, and having some issues figuring it out.

Thanks @ben-coble-sp, I figured out how to calculate where the day boundaries and current time should be located by identifying between which dates they exist and doing a bit of...

@numediaweb thanks that's great.