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.
1 parent 4cad684 commit 407ad88Copy full SHA for 407ad88
src/app/ideation/components/topic-ideation/topic-ideation.component.ts
@@ -29,6 +29,7 @@ import { LocationService } from '@services/location.service';
29
selector: 'topic-ideation',
30
templateUrl: './topic-ideation.component.html',
31
styleUrls: ['./topic-ideation.component.scss'],
32
+ standalone: false
33
})
34
export class TopicIdeationComponent {
35
@Input() ideation!: any;
0 commit comments