Menu
Tech Expo Gujarat 2024
AI Development
Services
Solutions
Technologies
About Us
Career
Resources
Work with Thirdrocktechkno
WEB DEVELOPMENT
MOBILE DEVELOPMENT
PRODUCT ENGINEERING
QUALITY ENGINEERING
HEADLESS CMS
HIRE AI DEVELOPER
HIRE VOICE DEVELOPER
HIRE WEB DEVELOPER
HIRE MOBILE DEVELOPER
Author
I'm passionate Angular Developer with 3 yrs of expertise in building Web apps who is always addicated to learning and growing. I love to share skills and helping people for their professional growth.
What is Standalone Components And How To Use in Angular?
What is a Standalone Component? A Standalone component is a type of component which is not part of any Angular module. Prior to angular v14, usually when you would create a component, you’d pass it inside in the declaration array of the module. If you would not do that, Angular would complain about it and not compile but from Angular v14, you can create standalone components which are independent of modules. Apart from components, you can also create standalone directives and pipes. In this bl