ng-mocks 14.5.0 → 14.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -293,6 +293,7 @@ export declare type ngMocksMockConfig = {
293
293
  outputs?: string[];
294
294
  queryScanKeys?: string[];
295
295
  setControlValueAccessor?: boolean;
296
+ transform?: PipeTransform["transform"];
296
297
  };
297
298
  /**
298
299
  * Mock class is the base class for each mock.