Unable to use ngx-toaster package in remote which is working in host. #22825
ShussainML
started this conversation in
General
Replies: 1 comment
-
I'm having the same issue, any help ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed ngx-toaster, and use it one of component of host , and its working, but when I am trying to use it remote component, its showing error. I am using dynamic federation.
remote app config
provideAnimations(), provideToastr({ timeOut: 10000, positionClass: 'toast-top-right', preventDuplicates: true, progressAnimation:'decreasing', closeButton:true }),
remote app config
provideAnimations(), provideToastr(),
getting this
also used this approach
Beta Was this translation helpful? Give feedback.
All reactions