vscode-arrr
vscode-arrr copied to clipboard
Export option for declaring module
If the declaring module is not AppModule
it would be nice to have the option to export by the declaring module
You mean you need an ability to simultaneously define new module and export component to that module?
Not necessarily, but that could be an extra feature :)
What I mean when the newly created component is generated and included in the declarations
array in a module it should have an option to export it as well: in the exports
array
Ok, got it!