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 f4900da commit 010697aCopy full SHA for 010697a
projects/docs/src/app/pages/docs/components/checkbox/checkbox.component.ts
@@ -18,7 +18,7 @@ export class CheckboxComponent {
18
importCode = `import { UiInput } from '@angularui/core';`
19
usageCode = `<input formControlName="name" type="text" uiInput placeholder="Enter text here" />`;
20
21
- cliCode = `ng g @angularui/core:component input`;
+ cliCode = `ng g @angularui/core:component checkbox`;
22
23
CHECKBOX_CODES = CheckboxCodeConstants;
24
0 commit comments