Live Chat Icon For mobile
Live Chat Icon

What are imports in Angular?

Platform: Angular| Category: Architecture

An import in Angular is what you put in the import property of the @NgModule decorators. It makes the exported declarations of other modules available in the current module. It is used to import supporting modules like FormsModule, RouterModule, and CommonModule.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.