I decided to upgrade my Angular + Meteor app recently from 2.2 to 2.3 but I get a white screen when visiting it, I found the same problem happening with mobile apps but nothing about the web app.
One weird thing I see is that in the network activity tab in the browser, I only see the app fetching the meteor packages, nothing about my Angular app.
I saw that HTTP 2.0 is now deprecated but should it work even with it? I also added the fetch package
Thanks
I’d be happy if you could share a simple starter project using Meteor + Angular. We don’t have Angular knowledge on our current team, but we’d like to better support it by understanding how people use the two together.