Skip to content

Commit 5f5c229

Browse files
authored
Merge pull request #338 from ffoodd/patch-1
Update app.component.ts to work with Angular 19 seamlessly
2 parents e6e95af + a30571b commit 5f5c229

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/playground/src/lib/core/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { Sandboxes } from "./shared/sandboxes";
1414
selector: 'playground-app',
1515
templateUrl: './app.component.html',
1616
styleUrls: ['./app.component.css'],
17+
standalone: false,
1718
})
1819
export class AppComponent implements OnInit {
1920
@ViewChildren('scenarioElement') scenarioLinkElements: QueryList<ElementRef>;

0 commit comments

Comments
 (0)