After upgrading my project to Angular 16, I realized that the entryComponents
array in my app.module.ts
file is no longer supported. So my question is: where should I now include these components within my project?
entryComponents:[
PayResultDialogComponent,
MessageBoxComponent
],