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