You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct checking for runtime version installed in the project and provide example API endpoint in code snippets (#230)
* fix: adjust getAngularRuntimeVersion to not find auto-installed version in .netlify/plugins
* docs: fix wrong code snippet in README
* fix: add commented out example API to code snippets shown on incompatible server.ts error
* fix: use :internal: trick
* fix: add missing ending qoute
`Angular@19 SSR on Netlify requires '@netlify/angular-runtime' version 2.2.0 or later to be installed. Found version "${angularRuntimeVersionInstalledByUser}. Please update it to version 2.2.0 or later and try again.`,
130
+
`Angular@19 SSR on Netlify requires '@netlify/angular-runtime' version 2.2.0 or later to be installed. Found version "${angularRuntimeVersionInstalledByUser}". Please update it to version 2.2.0 or later and try again.`,
0 commit comments