Skip to content

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

Open
@rajeshpatel1993

Description

@rajeshpatel1993

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

<!--
Node, npm: `node --version` and `npm --version`
OS: Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
Browser: Chrome/Safari/Firefox/etc?
-->

Angular, Nebular

<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions