Comparing version 13.0.4 to 13.1.0
@@ -0,1 +1,8 @@ | ||
## [13.0.4](https://github.com/ike18t/ng-mocks/compare/v13.0.3...v13.0.4) (2022-02-27) | ||
### Bug Fixes | ||
* **a14:** root providers for ApplicationModule [#1932](https://github.com/ike18t/ng-mocks/issues/1932) ([fef7692](https://github.com/ike18t/ng-mocks/commit/fef769201b37b260c4a4029cba85c8efb079b90e)) | ||
## [13.0.3](https://github.com/ike18t/ng-mocks/compare/v13.0.2...v13.0.3) (2022-02-20) | ||
@@ -2,0 +9,0 @@ |
@@ -13,2 +13,3 @@ import { DebugElement, DebugNode, Provider } from '@angular/core'; | ||
reset?: boolean; | ||
viewProviders?: Provider[]; | ||
} | ||
@@ -15,0 +16,0 @@ export interface IMockRenderFactoryOptions extends IMockRenderOptions { |
{ | ||
"name": "ng-mocks", | ||
"version": "13.0.4", | ||
"version": "13.1.0", | ||
"description": "An Angular testing library for creating mock services, components, directives, pipes and modules in unit tests, which includes shallow rendering, precise stubs to dump child dependencies, supports Angular 5 6 7 8 9 10 11 12 13, jasmine and jest.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1003203