Angular - Components
You want to generate multiple components at once inside
src/app/widgets folder: button, card, and modal. Which approach is correct?src/app/widgets folder: button, card, and modal. Which approach is correct?ng generate component widgets/button, ng generate component widgets/card, and ng generate component widgets/modal runs separate commands for each component, which is correct.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions