We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816e3cb commit bf1845bCopy full SHA for bf1845b
1 file changed
tests/legacy-cli/e2e/assets/19-ssr-project-webpack/src/app/app.component.ts
@@ -2,6 +2,7 @@ import { Component } from '@angular/core';
2
3
@Component({
4
selector: 'app-root',
5
+ standalone: false,
6
templateUrl: './app.component.html',
7
styleUrls: ['./app.component.css']
8
})
0 commit comments