netlify / angular-runtime

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

fix: type errors due to missing failPLugin function #87

Closed JGAntunes closed 7 months ago

JGAntunes commented 8 months ago

Internal error that just showed up in our alerting, we're not passing over the failPlugin function to the utils methods. See related thread:

netlify[bot] commented 8 months ago

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

Name Link
Latest commit 4e3aa51cb9a156d1be3fa323de8b9a5435fb1788
Latest deploy log https://app.netlify.com/sites/plugin-angular-universal-demo/deploys/6561135614dcdb00088a1e65
Deploy Preview https://deploy-preview-87--plugin-angular-universal-demo.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Skn0tt commented 7 months ago

Looks good! Thanks for adding those tests <3