"export 'NbAutocompleteModule' was not found in '@nebular/theme'
- 主要语言
- TypeScript
- 星标
- 25.7k
- 派生
- 7.9k
- PR 合并指标
- 30 天内没有已合并 PR
描述
I am trying to add auto-complete feature in my application.
in module.ts i am importing:-
```
import {
NbUserModule,NbTabsetModule, NbAutocompleteModule,
} from '@nebular/theme';
imports: [
NbUserModule,
NbTabsetModule,
NbAutocompleteModule
]
But when i am trying to compile it is throwing error:-
ERROR in src/app/pages/vehicles/vehicles.module.ts(10,48): error TS2305: Module '"../../../../node_modules/@nebular/theme"' has no exported member 'NbAutocompleteModule'.
```
### Issue type
**I'm submitting a ...** (check one with "x")
* [ ] bug report
* [ ] feature request
* [ ] question about the decisions made in the repository
### Issue description
**Current behavior:**
**Expected behavior:**
**Steps to reproduce:**
**Related code:**
```
insert short code snippets here
```
### Other information:
**npm, node, OS, Browser**
```
```
**Angular, Nebular**
```
```
贡献指南
评估
这个 Issue 还没有评估数据。