I am stuck in add ngx-toastr in angular standalone micro-frontend in angualr 16. when i add the ngx-toastr provideToast() in main Module component. Please check the below screenshot:
Thanks
Hello,I am stuck in add ngx-toastr in angular standalone micro-frontend in angualr 16. when i add the ngx-toastr provideToast() in main Module component. Please check the below screenshot:
Thanks
Here is a working example for you to reference.
Please go through the
Getting Startedon Their github page.Steps I followed.
npm install ngx-toastr --save, installnpm install @angular/animations --saveif neededscss
or
angular.json
main.ts
Stackblitz Demo