Skip to content

Issue with Angular v8 #296

@amit-mixturebox

Description

@amit-mixturebox

ERROR in ../node_modules/ngx-treeview/lib/components/treeview/treeview.component.d.ts:24:9 - error TS1086: An accessor cannot be declared in an ambient context.

24 get hasFilterItems(): boolean;
~~~~~~~~~~~~~~
../node_modules/ngx-treeview/lib/components/treeview/treeview.component.d.ts:25:9 - error TS1086: An accessor cannot be declared in an ambient context.

25 get maxHeight(): string;
~~~~~~~~~
../node_modules/ngx-treeview/lib/directives/dropdown.directive.d.ts:6:9 - error TS1086: An accessor cannot be declared in an ambient context.

6 get isOpen(): boolean;
~~~~~~
../node_modules/ngx-treeview/lib/models/treeview-config.d.ts:7:9 - error TS1086: An accessor cannot be declared in an ambient context.

7 get hasDivider(): boolean;
~~~~~~~~~~
../node_modules/ngx-treeview/lib/models/treeview-item.d.ts:21:9 - error TS1086: An accessor cannot be declared in an ambient context.

21 get checked(): boolean;
~~~~~~~
../node_modules/ngx-treeview/lib/models/treeview-item.d.ts:22:9 - error TS1086: An accessor cannot be declared in an ambient context.

22 set checked(value: boolean);
~~~~~~~
../node_modules/ngx-treeview/lib/models/treeview-item.d.ts:23:9 - error TS1086: An accessor cannot be declared in an ambient context.

23 get indeterminate(): boolean;
~~~~~~~~~~~~~
../node_modules/ngx-treeview/lib/models/treeview-item.d.ts:25:9 - error TS1086: An accessor cannot be declared in an ambient context.

25 get disabled(): boolean;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions