I am working on an Ionic app ( 2.0.0-rc0 ) which depends on angular 2 . So the new introduction of ngModules is included.
The entryComponents array is used to define only components that are not found in html and created dynamically. Angular requires this hint to find entry component and compile them.
There are two main types of entry components:
For more detailed information around entry components, please refer angular.io https://angular.io/guide/entry-components