Affected Version
main branch
Reproduction URL (StackBlitz, GitHub, etc.)
No response
Steps to Reproduce
checked out code and trying to run call-center example with npx nx serve call-center --configuration development and getting error
npx nx serve uml-diagram --configuration development works fine
Expected Behavior
run build and see app running in the browser
Actual Behavior
✘ [ERROR] TS2551: Property '@ɵINPUT_SIGNAL_BRAND_WRITE_TYPE@29602' does not exist on type 'ModelSignal'. Did you mean '@ɵINPUT_SIGNAL_BRAND_WRITE_TYPE@3358'? [plugin angular-compiler]
apps/example-apps/call-center/src/app/components/flow/flow.html:50:7:
50 │ [fNodePosition]="node.position"
╵ ~~~~~~~~~~~~~
Error occurs in the template of component Flow.
apps/example-apps/call-center/src/app/components/flow/flow.ts:38:15:
38 │ templateUrl: './flow.html',
╵ ~~~~~~~~~~~~~
✘ [ERROR] TS2551: Property '@ɵINPUT_SIGNAL_BRAND_WRITE_TYPE@29602' does not exist on type 'InputSignal'. Did you mean '@ɵINPUT_SIGNAL_BRAND_WRITE_TYPE@3358'? [plugin angular-compiler]
apps/example-apps/call-center/src/app/components/flow/flow.html:55:14:
55 │ <f-minimap [fMinSize]="2000" />
╵ ~~~~~~~~
Error occurs in the template of component Flow.
apps/example-apps/call-center/src/app/components/flow/flow.ts:38:15:
38 │ templateUrl: './flow.html',
╵ ~~~~~~~~~~~~~
✘ [ERROR] TS2769: No overload matches this call.
Overload 1 of 6, '(token: ProviderToken): unknown', gave the following error.
Argument of type 'InjectionToken' is not assignable to parameter of type 'ProviderToken'.
Type 'InjectionToken' is not assignable to type 'InjectionToken'.
Property '_desc' is protected but type 'InjectionToken' is not a class derived from 'InjectionToken'.
Overload 2 of 6, '(token: HostAttributeToken): string', gave the following error.
Argument of type 'InjectionToken' is not assignable to parameter of type 'HostAttributeToken'.
Property 'attributeName' is missing in type 'InjectionToken' but required in type 'HostAttributeToken'. [plugin angular-compiler]
libs/f-flow/src/f-draggable/infrastructure/drag-and-drop-base.ts:20:38:
20 │ private readonly _document = inject(DOCUMENT);
╵ ~~~~~~~~
Acceptance Criteria
when code is checked out, than the build and run work
Browser
None
Affected Version
main branch
Reproduction URL (StackBlitz, GitHub, etc.)
No response
Steps to Reproduce
checked out code and trying to run call-center example with npx nx serve call-center --configuration development and getting error
npx nx serve uml-diagram --configuration development works fine
Expected Behavior
run build and see app running in the browser
Actual Behavior
✘ [ERROR] TS2551: Property '@ɵINPUT_SIGNAL_BRAND_WRITE_TYPE@29602' does not exist on type 'ModelSignal'. Did you mean '@ɵINPUT_SIGNAL_BRAND_WRITE_TYPE@3358'? [plugin angular-compiler]
Error occurs in the template of component Flow.
✘ [ERROR] TS2551: Property '@ɵINPUT_SIGNAL_BRAND_WRITE_TYPE@29602' does not exist on type 'InputSignal'. Did you mean '@ɵINPUT_SIGNAL_BRAND_WRITE_TYPE@3358'? [plugin angular-compiler]
Error occurs in the template of component Flow.
✘ [ERROR] TS2769: No overload matches this call.
Overload 1 of 6, '(token: ProviderToken): unknown', gave the following error.
Argument of type 'InjectionToken' is not assignable to parameter of type 'ProviderToken'.
Type 'InjectionToken' is not assignable to type 'InjectionToken'.
Property '_desc' is protected but type 'InjectionToken' is not a class derived from 'InjectionToken'.
Overload 2 of 6, '(token: HostAttributeToken): string', gave the following error.
Argument of type 'InjectionToken' is not assignable to parameter of type 'HostAttributeToken'.
Property 'attributeName' is missing in type 'InjectionToken' but required in type 'HostAttributeToken'. [plugin angular-compiler]
Acceptance Criteria
when code is checked out, than the build and run work
Browser
None