You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2018. It is now read-only.
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!)
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",
The text was updated successfully, but these errors were encountered: