ng-mocks 14.12.0 → 14.12.1

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/README.md CHANGED
@@ -36,12 +36,13 @@ The current version of the library **has been tested** and **can be used** with:
36
36
  - [GitHub repo](https://github.com/help-me-mom/ng-mocks)
37
37
  - [NPM package](https://www.npmjs.com/package/ng-mocks)
38
38
 
39
- * Live [example on CodeSandbox](https://codesandbox.io/s/github/help-me-mom/ng-mocks-sandbox?file=/src/test.spec.ts)
39
+ * Live [example on CodeSandbox](https://codesandbox.io/p/sandbox/github/help-me-mom/ng-mocks-sandbox/tree/master/?file=/src/test.spec.ts)
40
40
  * Live [example on StackBlitz](https://stackblitz.com/github/help-me-mom/ng-mocks-sandbox?file=src/test.spec.ts)
41
41
 
42
- - [chat on gitter](https://gitter.im/ng-mocks/community)
42
+ - [start a discussion on GitHub](https://github.com/help-me-mom/ng-mocks/discussions/new/choose)
43
43
  - **[ask a question on Stackoverflow](https://stackoverflow.com/questions/ask?tags=ng-mocks%20angular%20testing%20mocking)**
44
44
  - [report an issue on GitHub](https://github.com/help-me-mom/ng-mocks/issues)
45
+ - [chat on gitter](https://gitter.im/ng-mocks/community)
45
46
 
46
47
  ## Very short introduction
47
48
 
package/example.spec.ts CHANGED
@@ -70,7 +70,7 @@ class AppComponent {
70
70
  })
71
71
  class AppHeaderComponent {
72
72
  @Output() public readonly logo = new EventEmitter<void>();
73
- @ContentChild('menu', {} as any)
73
+ @ContentChild('menu', {} as never)
74
74
  public menu?: TemplateRef<ElementRef>;
75
75
  @Input() public showLogo = false;
76
76
  @Input() public title = '';