Angular - Standalone Components
You want to build a standalone button component reusable across multiple standalone components without NgModules. What is the correct approach?
standalone: true and import it in each component that uses it -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions