Validating support for Angular versions greater than 9#9
Conversation
|
@copilot fix tests |
|
@copilot try again |
|
@anthropic-code-agent can you take over? |
|
@openai-code-agent can you take over? |
|
@copilot try again |
|
@copilot try again |
|
@copilot try again |
…rom tsconfig files
|
@copilot Fix Error: test/components/dynamic-outlets.component.ts(7,2): error TS2693: 'Component' only refers to a type, but is being used as a value here. |
…ld error Agent-Logs-Url: https://github.com/Skitionek/route-with-dynamic-outlets/sessions/2ba20c00-4f90-42a8-9442-ac47cbe8623b Co-authored-by: Skitionek <22711241+Skitionek@users.noreply.github.com>
Fixed in commit |
TS2693: 'Component' only refers to a type, but is being used as a value herein test component filestsconfig.build.jsoninheritedinclude: ["src/**/*.ts", "test/**/*.ts"]from base tsconfig, causing test fixture components to be compiled during the build step with TypeScript 5.x + older Angular type declarationsexclude: ["test/**/*.spec.ts"]withinclude: ["src/**/*.ts"]intsconfig.build.jsonso the build only compiles library source files