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
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: