satanTime
satanTime
https://docs.renovatebot.com/key-concepts/automerge/
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description This removes imports - expected. ```ts TestBed.overrideComponent(StandaloneComponent, { set: { imports:...
Done, but that should probably be mentioned in https://github.com/help-me-mom/ng-mocks/blob/master/CONTRIBUTING.md (I did skim it before making this PR and didn't see anything relevant) _Originally posted by @jsoref in https://github.com/help-me-mom/ng-mocks/issues/11304#issuecomment-2761964045_
Hi @satanTime, how do I do this in all components? Is there a global function? The following combination doesn’t work: ```ts ngMocks.globalMock(BASE_PATH); ngMocks.defaultMock(BASE_PATH, () => '/api/test-path'); ``` _Originally posted by...