goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.22k stars 133 forks source link

not able to select primitives #150

Closed akshata456 closed 6 months ago

akshata456 commented 6 months ago

Please provide the environment you discovered this bug in.

angular-storybook-demo.zip "@angular/cli": "^17.1.3", "storybook": ["^7.6.13",]() "tailwindcss": "^3.4.1", "@spartan-ng/cli": "^0.0.1-alpha.336", "@spartan-ng/ui-core": "^0.0.1-alpha.335",

Which area/package is the issue in?

Don't know / other

Description

trying setup in angular cli

Screenshot 2024-02-12 at 1 12 00 PM

Adding primitives ng g @spartan-ng/cli:ui after running this cmd it show like

Please provide the exception or error you saw

let me know what is breaking in this step .thanks in advance

Other information

No response

I would be willing to submit a PR to fix this issue

goetzrobin commented 6 months ago

@akshata456 thanks for bringing this up! How are you selecting the primitives? It is done with Space instead of Enter. I have made that mistake before, does this help at all?

akshata456 commented 6 months ago

@goetzrobin by using space it's working now , thanks .