wishtack / wishtack-steroids

Frontend on Steroids: Reactive Component Loader, RxJS Scavenger...
https://wishtack.io
MIT License
95 stars 16 forks source link

ng g results in 'specified component does not exist' #174

Closed MHacker9404 closed 5 years ago

MHacker9404 commented 5 years ago

trying to create new SCAM - executing 'yarn ng g @wishtack/schematics:scam CustomEvents' results in a Specified module 'customevents' does not exist.

yjaaidi commented 5 years ago

Hi Phil, thank you for the discovery. In fact, the schematic doesn't handle PascalCase or camelCase names for the moment. Meanwhile I fix this, can you try this out yarn ng g @wishtack/schematics:scam custom-events?

yjaaidi commented 5 years ago

Hi Phil,

The issue has now been fixed in version 1.1.1. It should work if you upgrade @wishtack/schematics.

Thanks for reporting.

MHacker9404 commented 5 years ago

Works like a charm - thanks

yjaaidi commented 5 years ago

Great! Thanks for the feedback.