standalone-single-spa-webpack-plugin icon indicating copy to clipboard operation
standalone-single-spa-webpack-plugin copied to clipboard

"Cannot read property 'tap' of undefined" with Angular project

Open draccagni opened this issue 3 years ago • 2 comments

Hello, I'm trying to use the plugin with an Angular app that imports an external module. When I try to launch the app, I have the following error:

An unhandled exception occurred: Cannot read property 'tap' of undefined

You can find the reproducer project at https://github.com/draccagni/angular-standalone.git that you can launch from app folder by typing the command

npm run serve:standalone

draccagni avatar Oct 15 '21 08:10 draccagni

I haven't used this plugin with Angular CLI projects before. If you can create a demo repo with the problem I might be able to look into it and see if I can get it working.

joeldenning avatar Oct 19 '21 21:10 joeldenning

You can find the demo repo at https://github.com/draccagni/angular-standalone.git

draccagni avatar Oct 19 '21 22:10 draccagni