Error "Can't bind to 'cell' since it isn't a known property of 'select-editor'"
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 867
- PR merge metrics
- No merged PRs in 30d
Description
Hi! When I install and import your library on one of my modules I get this errors:
```
Can't bind to 'cell' since it isn't a known property of 'select-editor'
Can't bind to 'inputClass' since it isn't a known property of 'select-editor'.
Can't bind to 'cell' since it isn't a known property of 'textarea-editor'.
Can't bind to 'inputClass' since it isn't a known property of 'textarea-editor'.
Can't bind to 'cell' since it isn't a known property of 'checkbox-editor'.
Can't bind to 'inputClass' since it isn't a known property of 'checkbox-editor'.
Can't bind to 'cell' since it isn't a known property of 'completer-editor'.
Can't bind to 'cell' since it isn't a known property of 'input-editor'.
Can't bind to 'inputClass' since it isn't a known property of 'input-editor'.
```
It crash my entire app, and shows even before of using it, only importing it.
I am using:
- "@angular/core": "2.2.1"
- "ng2-smart-table": "^0.5.3-0"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.