WiziShop / ng-wizi-bulma

Bulma components for Angular
https://ng-wizi-bulma.firebaseapp.com
MIT License
98 stars 19 forks source link

Module not found: Error: Can't resolve '@wizishop/ng-wizi-bulma/lib/dialog/dialog.service' #29

Closed malako closed 4 years ago

malako commented 4 years ago

I get this when i inject NwbDialogService:

ERROR in ./src/app/layouts/admin-layout/xxx Module not found: Error: Can't resolve '@wizishop/ng-wizi-bulma/lib/dialog/dialog.service' in xxx Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\pagefile.sys'

Deleted node_nodules and reinstalled but it didn't help.

Using Angular 10. Any help apprecieated.

malako commented 4 years ago

Importing from public_api gets rid of the chokidar problem, but I still get 'Module not found'

import { NwbDialogService } from '@wizishop/ng-wizi-bulma/public_api';

malako commented 4 years ago

Ok, working fine with this:

import { NwbDialogService } from '@wizishop/ng-wizi-bulma'

Closing