iamartyom / ngx-flag-picker

https://iamartyom.github.io/ngx-flag-picker/
MIT License
14 stars 5 forks source link

Error Accessor #10

Closed frodonic closed 3 years ago

frodonic commented 3 years ago

ngx-flag-picker.component.d.ts


set isShowListCountryFlags(value: boolean);
get isShowListCountryFlags(): boolean;

ERROR in node_modules/ngx-flag-picker/lib/ngx-flag-picker/ngx-flag-picker.component.d.ts(6,9): error TS1086: An accessor cannot be declared in an ambient context. node_modules/ngx-flag-picker/lib/ngx-flag-picker/ngx-flag-picker.component.d.ts(7,9): error TS1086: An accessor cannot be declared in an ambient context.

iamartyom commented 3 years ago

Please add an additional details about your environment.