We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6e95af + a30571b commit 5f5c229Copy full SHA for 5f5c229
projects/playground/src/lib/core/app.component.ts
@@ -14,6 +14,7 @@ import { Sandboxes } from "./shared/sandboxes";
14
selector: 'playground-app',
15
templateUrl: './app.component.html',
16
styleUrls: ['./app.component.css'],
17
+ standalone: false,
18
})
19
export class AppComponent implements OnInit {
20
@ViewChildren('scenarioElement') scenarioLinkElements: QueryList<ElementRef>;
0 commit comments