akveo / akveo/ngx-admin

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

未关闭
#5,588 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
question
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。