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 e3b9890 commit b1d09d9Copy full SHA for b1d09d9
projects/dxc-ngx-cdk/src/lib/dxc-radio-group/dxc-radio-group.component.ts
@@ -16,6 +16,7 @@ import { CssUtils } from "../utils";
16
import { BlurEvent, RadioGroupProperties } from "./dxc-radio-group.types";
17
import { RadioGroupService } from "./services/radio-group.service";
18
import { v4 as uuidv4 } from "uuid";
19
+import { RadioItem } from "./interfaces/radio-item.interface";
20
21
@Component({
22
selector: "dxc-radio-group",
0 commit comments