Skip to content
This repository has been archived by the owner on Apr 9, 2018. It is now read-only.

ERROR in NguiUtilsModule is not an NgModule #5

Open
dexterns88 opened this issue Jun 23, 2017 · 2 comments
Open

ERROR in NguiUtilsModule is not an NgModule #5

dexterns88 opened this issue Jun 23, 2017 · 2 comments

Comments

@dexterns88
Copy link

I'm trying to import NguiUtils to my app but got this error.

ERROR in NguiUtilsModule is not an NgModule

In app,module.ts
import { NguiUtilsModule } from '@ngui/utils';

@NgModule({
imports: [
....
NguiUtilsModule
....

Installed version is
"@ngui/utils": "^0.8.1",

@PooperPig
Copy link

As a note to those that find this when they have the same problem, deleting the
import { NguiUtilsModule } from '@ngui/utils';
line from your app.module (or whichever module it's defined in), building, then putting the line back, seems to remove this error (until next time!)

@amitairos
Copy link

This issue isn't fixed yet. Please fix it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants