(type: Type<unknown>)
| 2056 | class AnInjectiable {} |
| 2057 | |
| 2058 | const errorFor = (type: Type<unknown>): string => |
| 2059 | `NG0906: The ${stringifyForError(type)} is not an Angular component, ` + |
| 2060 | `make sure it has the \`@Component\` decorator.`; |
| 2061 | const hostElement = document.createElement('div'); |
| 2062 | const environmentInjector = TestBed.inject(EnvironmentInjector); |
| 2063 |
no test coverage detected
searching dependent graphs…