diff --git a/projects/playground/src/lib/core/app.component.ts b/projects/playground/src/lib/core/app.component.ts index 53e6b75..bfcd7bb 100644 --- a/projects/playground/src/lib/core/app.component.ts +++ b/projects/playground/src/lib/core/app.component.ts @@ -14,6 +14,7 @@ import { Sandboxes } from "./shared/sandboxes"; selector: 'playground-app', templateUrl: './app.component.html', styleUrls: ['./app.component.css'], + standalone: false, }) export class AppComponent implements OnInit { @ViewChildren('scenarioElement') scenarioLinkElements: QueryList;