How to lazy load component into modalController

I use this code to create modalController:

-added custom component to declerations
Untitled1

Error:
Untitled2

I tried to add Component to entryComponents but it doesn’t work. These two(page and controller) are connected because I’m using selector in html file which works well. Thanks in advance