Currently when generating components, pipes and directives they are auto imported and declared in the closest NgModule.
Add a flag to these generations to allow for specification of where they should be generated.
This flag will be a string which will be a relative path to the module file.
Currently when generating components, pipes and directives they are auto imported and declared in the closest NgModule.
Add a flag to these generations to allow for specification of where they should be generated.
This flag will be a string which will be a relative path to the module file.