Hi all! Been trying to use the extension but I'm getting this error.
Command failed: npx ng g @componizer/schematics:ng-componize --name hello-world --activeFile "path-to-component.html" --start 39 --end 39 --customSkipImport true --debugMode false
An unhandled exception occurred: NOT SUPPORTED: keyword "id", use "$id" for schema ID
See "/tmp/ng-iql2sW/angular-errors.log" for further details.
I'm trying to refactor this:
<div>hello world</div>
And these are my relevant package.json dependencies:
Hi all! Been trying to use the extension but I'm getting this error.
I'm trying to refactor this:
<div>hello world</div>
And these are my relevant package.json dependencies:
I'm confused by the error message and I'm not really sure how to proceed. Any help is greatly appreciated.