akveo / akveo/ngx-admin

"export 'NbAutocompleteModule' was not found in '@nebular/theme'

Open
#5,588 0 comments 0 reactions 0 assignees View on GitHub
question
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.