Skip to content

[Bug]: call-center example is not buildable #307

Description

@kgignatyev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueSuitable for a first contributionneeds investigationA member of the team needs to do further investigation to determine the root cause

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions