Menu
About Us
Services
Solutions
Portfolio
Hire Us
Our Clients
Blog
WEB DEVELOPMENT
MOBILE DEVELOPMENT
DEVOPS
SOFTWARE TESTING
Work with Thirdrocktechkno
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.
Getting started with Standalone Components 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