We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fb35e commit aedfd91Copy full SHA for aedfd91
1 file changed
live-editing/configs/RadioConfigGenerator.ts
@@ -47,7 +47,7 @@ export class RadioConfigGenerator implements IConfigGenerator {
47
component: 'RadioGroupVerticalComponent',
48
appModuleConfig: new AppModuleConfig({
49
imports: ['IgxRadioModule', 'RadioGroupVerticalComponent'],
50
- ngDeclarations: ['RadioGroupSampleComponent'],
+ ngDeclarations: ['RadioGroupVerticalComponent'],
51
ngImports: ['IgxRadioModule']
52
}),
53
shortenComponentPathBy: "/data-entries/radio/"
0 commit comments