You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NG0304: 'router-outlet' is not a known element (used in the 'AppComponent' component template):
1. If 'router-outlet' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
Other information
No response
I would be willing to submit a PR to fix this issue
Yes
No
The text was updated successfully, but these errors were encountered:
Please provide the environment you discovered this bug in.
https://github.com/sand4rt/playwright-ct-angular/pull/4
pnpm i
pnpm run test
Which area/package is the issue in?
vite-plugin-angular
Description
I have a failing test that works in AOT mode but fails in JIT mode: https://github.com/sand4rt/playwright-ct-angular/blob/main/ct-angular/tests/angular-router.spec.ts#L5
What is special about this test is that the router is registered in: https://github.com/sand4rt/playwright-ct-angular/blob/main/ct-angular/playwright/index.ts#L18. The index.ts file is imported with a script tag in: https://github.com/sand4rt/playwright-ct-angular/blob/main/ct-angular/playwright/index.html#L10
Please provide the exception or error you saw
Other information
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: