Embryo
  • Introduction
  • Folder Structure
  • Embryo-angular
    • Installation
    • Translate App
    • Add/Delete Component
    • Custom Widgets
    • Style Customization
    • Routing/Navigation
    • Rtl
    • Credits
  • Embryo ReactJS
    • Installation
    • Translate The App
    • Adding New Widgets
    • Style Customization
    • Instant Search With Algolia
    • Credits
  • Embryo Vuejs
  • FAQ's (Frequently Asked Questions)
  • Changelog
  • Customer Support
Powered by GitBook
On this page
  1. Embryo-angular

Add/Delete Component

PreviousTranslate AppNextCustom Widgets

Last updated 6 years ago

Generate component using CLI commands :-

ng g c componentName

For Reference :-

Delete component manually :-

  1. Remove import references for every component from app.module

  2. Delete component folders.

https://angular-2-training-book.rangle.io/handout/cli/creating-components.html