netlify / angular-runtime

The Angular Runtime allows Angular to run on Netlify with zero configuration
https://docs.netlify.com/integrations/frameworks/angular/
MIT License
19 stars 11 forks source link

fix: Catch router errors #21

Closed mraerino closed 3 years ago

mraerino commented 3 years ago

This adds a zone.js Zone to catch all errors bubbling up from rendering the app module.

In the process i made these refactors:

netlify[bot] commented 3 years ago

✔️ Deploy Preview for plugin-angular-universal-demo ready!

🔨 Explore the source changes: 2c9dcdec42a9576f67a28754321e92fb001db479

🔍 Inspect the deploy log: https://app.netlify.com/sites/plugin-angular-universal-demo/deploys/610b100ebaff8e0007c231d8

😎 Browse the preview: https://deploy-preview-21--plugin-angular-universal-demo.netlify.app

mraerino commented 3 years ago

i reverted my changes to the demo site and addressed the comments.