Matthew Hancock

Results 2 issues of Matthew Hancock

I'm currently using ES6 with my Angular 1.5.X code. The promise button library is failing to resolve the promises because of this code block. ``` mVal.finally(function() { promiseDone = true;...

## Current Behavior When running `nx serve` for a module federation application, if one of the static remotes fail you get output that looks as such ``` > nx run...