i am getting following error when running a unit test using karma and jasmine
Error:
Failed: Template parse errors:
'router-outlet' is not a known element:
- If 'router-outlet' is an Angular component, then verify that it is part of this module.
- If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
home
[ERROR ->]
"): ng:///DynamicTestModule/AppComponent.html@5:2
My app.module.ts

app.component.html

app.component.ts

app.component.spec.ts
