"export 'NbAutocompleteModule' was not found in '@nebular/theme'
- Dominant language
- TypeScript
- Stars
- 25.7k
- Forks
- 7.9k
- PR merge metrics
- No merged PRs in 30d
Description
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**
```
```
Contributor guide
Assessment
This issue has not been assessed yet.