Hi,
I use latest version of pnotify in my ng9 app but I'm facing of some issues I don't understand.
1 - I have error in in node_modules/@pnotify/core/Stack.d.ts line 1
TS wants import { Notice } from './'; instead of import Notice from './';
Stack.d.ts img

TS error img

2 - On notification, it displays on bottom left of my screen with no icons, no click button etc.. instead of top right of my screen
Notification img

Code img

Thanks for help
Hi,
I use latest version of pnotify in my ng9 app but I'm facing of some issues I don't understand.
1 - I have error in in node_modules/@pnotify/core/Stack.d.ts line 1
TS wants
import { Notice } from './';instead ofimport Notice from './';Stack.d.ts img

TS error img

2 - On notification, it displays on bottom left of my screen with no icons, no click button etc.. instead of top right of my screen
Notification img

Code img

Thanks for help