Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a30571b

Browse files
authored
Update app.component.ts to work with Angular 19 seamlessly
1 parent e6e95af commit a30571b

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)

AltStyle によって変換されたページ (->オリジナル) /