Correct, the only difference is, you don't need to replicate your module unless you need to, like in the case you make changes that you don't want to stay in the original shared module. Modules you import from the Shared modules folder stay in the shared modules folder, they are not copied to your project folder, so if you have a module that is used in several projects, any change made to the module will reflect in all projects.