Integrate project angular into project ionic

Hello everyone,
I created a angular project following the official website guide.
Then I created an ionic project to test the application on an android device. I copied the angular file into ionic but the application shows me a white screen, while if I run the angular project it works correctly.
How do I integrate the files into the angular project in the ionic project?