componizer icon indicating copy to clipboard operation
componizer copied to clipboard

vs code extension for refactoring to components

Results 4 componizer issues
Sort by recently updated
recently updated
newest added

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...

Hi @bilelmsekni , I am trying to use your vscode extension for my project. I have also installed below package as my dev-dependency. ``` "@componizer/schematics": "0.0.7" ``` I am using...

https://github.com/bilelmsekni/componizer/blob/c17f6b19d22005702b74694694fdda8c8524afcb/extension/src/utils.ts#L22 Please add the documentation for 'skip-import' parameter , because I had to check the code to understand that I should write 'false' as the value. It wasn't working for...

That would be great if we save the developer from having to install the schematics. The only way to achieve that AFAICT: * Not using schematics🙃. We would use something...

enhancement