#ngNeat Hot toast

1 messages · Page 1 of 1 (latest)

fickle jay
#

Hi, I'm trying to use hot toast but am getting this error:

ERROR in ./src/app/auth/login/containers/login/login.component.ts 5:0-51
Module not found: Error: Package path ./public-api is not exported from package D:\Coding\Practice Angular\chatApp\node_modules\@ngneat\hot-toast (see exports field in D:\Coding\Practice Angular\chatApp\node_modules\@ngneat\hot-toast\package.json)```
tacit lintel
#

Post the import line 5 in login.component.ts

fickle jay
#

import { HotToastService } from '@ngneat/hot-toast/public-api';

tacit lintel
#

remove /public-api