satanTime

Results 35 issues of satanTime

### Discussed in https://github.com/help-me-mom/ng-mocks/discussions/7842 Originally posted by **cheng93** January 5, 2024 Hi I'm wondering why we don't remove the ngModule definition from `ngMocksUniverse.global`. I believe it's causing me some memory...

https://github.com/Tallyb/ng-mocks-vitest @satanTime _Originally posted by @Tallyb in https://github.com/help-me-mom/ng-mocks/discussions/5064#discussioncomment-7876580_

### Discussed in https://github.com/help-me-mom/ng-mocks/discussions/7792 Originally posted by **kpeters-cbsi** December 23, 2023 What's the recommended way of mocking a ComponentStore instance? I have the following Component: ```ts import { Component, OnInit...

### Discussed in https://github.com/help-me-mom/ng-mocks/discussions/7577 Originally posted by **StavNoyAkur8** November 22, 2023 [Strict mode](https://ng-mocks.sudo.eu/api/MockBuilder#strict-mode) is a great feature. It is activated when passing 2+ parameters - typically the tested component and...

https://stackoverflow.com/questions/77329862/ngmocks-error-ng0204-cant-resolve-all-parameters-for-pinresolver ### ngMocks .... Error: NG0204: Can't resolve all parameters for PinResolver: (?, ?) i am getting error within test... i use ngMocks... i used test from this documentation as...

bug

### Discussed in https://github.com/help-me-mom/ng-mocks/discussions/5435 Originally posted by **maxs-rose** April 12, 2023 After running ~2K tests the JS heap reaches 1GB of memory usage and no longer goes down. ![image](https://user-images.githubusercontent.com/20226748/231575855-d4a4ce6a-8aa3-41c0-be28-acff82927987.png) There...

bug

An example of e2e and component testing with mocks.

### Describe the feature or problem you'd like to solve Since Angular 15, many module providers become root providers and because there is not an easy way to detect which...

enhancement