I am in the process of developing a project and I want to utilize angular-cli for further development. However, I have encountered an issue where angular-cli can only detect errors in components that were created using 'ng g component name', and it does not catch errors in components that have been copied from a previous project. Despite researching extensively, including on stackoverflow, I have found suggestions such as using 'ng init' which only allows me to overwrite existing files but still does not identify errors in copied components.