Skip to content

Commit bf1845b

Browse files
committed
test: update E2E SSR project asset for standalone default switch
1 parent 816e3cb commit bf1845b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/legacy-cli/e2e/assets/19-ssr-project-webpack/src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-root',
5+
standalone: false,
56
templateUrl: './app.component.html',
67
styleUrls: ['./app.component.css']
78
})

0 commit comments

Comments
 (0)