We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950e410 commit a617e0dCopy full SHA for a617e0d
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