We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deaa7d2 commit f74cbd9Copy full SHA for f74cbd9
packages/build-info/src/frameworks/angular.ts
@@ -34,7 +34,7 @@ export class Angular extends BaseFramework implements Framework {
34
35
if (this.detected) {
36
if (this.version && gte(this.version, '17.0.0-rc')) {
37
- if (skipRuntime !== '1' && skipRuntime !== 'true' {
+ if (skipRuntime !== '1' && skipRuntime !== 'true') {
38
this.plugins.push('@netlify/angular-runtime')
39
}
40
const angularJson = await this.project.fs.gracefullyReadFile('angular.json')
0 commit comments