Skip to content

Commit 010697a

Browse files
docs(checkbox): Update checkbox import
1 parent f4900da commit 010697a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/docs/src/app/pages/docs/components/checkbox/checkbox.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class CheckboxComponent {
1818
importCode = `import { UiInput } from '@angularui/core';`
1919
usageCode = `<input formControlName="name" type="text" uiInput placeholder="Enter text here" />`;
2020

21-
cliCode = `ng g @angularui/core:component input`;
21+
cliCode = `ng g @angularui/core:component checkbox`;
2222

2323
CHECKBOX_CODES = CheckboxCodeConstants;
2424

0 commit comments

Comments
 (0)