Patrick Boudreau
Patrick Boudreau
+1 but the limitations of https://github.com/angular/angular/issues/23279 seem to apply here as well. If we can ensure APP_INITIALIZERS are resolved and we can pass values to forRoot and modules...would be awesome.
Any plans on this ?
@MartynasZilinskas are you looking for help on this one ? when is v4 planned for ?
Sorry a little late here but I get an error: [13:30:45] warn: [DEPRECATED]: Flag "project" usage as pointing to the config file directly is deprecated. [13:30:45] erro: There is an...
@rainerhahnekamp any thoughts so far ? Looks like the PR is closed and there will be another direction. Looking at the API of the existing `provideMockStore` can we have something...
Can't say if its the daemon or another issue, but since ~1 month the performance of nx inside of docker is making it impossible for us to use. - 2...
I don't seem to have the issue with your second zip. The spec passes now and this is the output: ``` ● Console console.log isExportedOnRoot _CommonModule at isExportedOnRoot (../../../node_modules/ng-mocks/index.js:5791:17) console.log...
Fix works well thanks. And of course the repro is not reproducing....Its hard to reproduce everything in our private code base including the re-adding all the jest transforms and other...
Thanks, Im am closing this ticket. FYI what was missing and made the rxjs test was the return statement on MockBuilder. 🤦