Delete Component Angular

[Solved] Delete Component Angular | Shell - Code Explorer | yomemimo.com
Question : delete component angular

Answered by : marton

Steps to delete a component in Angular
1. Remove the import line reference from Angular app.module.ts file.
2. Remove the component declaration from @NgModule declaration array in app.module.ts file
3. And then manually delete the component folder from Angular project.
4. Finally Delete all the references of component manually from the Angular project.

Source : | Last Update : Sat, 23 Jan 21

Answers related to delete component angular

Code Explorer Popular Question For Shell