Roy Peled

Results 8 issues of Roy Peled

For some reason, we can't use the ```useHash``` property of UIRouterModule in UIRouterUpgradeModule. The ```UIRouterModule.forRoot``` expect an interface of ```RootModule``` which supports ```useHash```, while ```UIRouterUpgradeModule.forRoot``` expects an interface of ```NgHybridStatesModule```...

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have...

```Cannot read property hot of undefined``` When running webpack with devtool in eval mode, the evaled code doesn't have access to webpack's module object.

bug
help wanted
hacktoberfest

Modified the matcher return types so they now match the correct argument type and do not return "any"

We will be happy to get your issues and suggestions there! https://github.com/TypeStrong/ts-mockito

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior Trying to upgrade nestjs to latest versions I encounter peer deps...

bug
needs triage