Toast generator playground missing imports #23
mgrtomasjurik
started this conversation in
Bug report
Replies: 2 comments 1 reply
-
Ok thank you, i will check that soon. |
Beta Was this translation helpful? Give feedback.
0 replies
-
demo site updated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
thx for this great tool - it's really helpful and easy to use 😀👍
I've found a bug on the playground toast generator v 2.2.0
https://costlydeveloper.github.io/ngx-awesome-popup/#/playground/toast-generator
The imports are missing the new animations: AppearanceAnimation, DisappearanceAnimation
The complete list should be:
import {
ToastNotificationInitializer,
DialogLayoutDisplay,
ToastUserViewTypeEnum,
ToastProgressBarEnum,
ToastPositionEnum,
DisappearanceAnimation,
AppearanceAnimation,
} from '@costlydeveloper/ngx-awesome-popup';
Beta Was this translation helpful? Give feedback.
All reactions