Adding Ionic project with existing angular web app

Hi Team,

I have created an angular workspace with library and a web application. I would like to add an Ionic application with in the existing workspace. Can anyone guide me how can I add an new Ionic Angular application with existing angular workspace.

I have created workspace, library and angular web application using angular cli commands.

Thanks

To convert Angular app to Ionic App

1.Install Ionic CLI
2.you need to do changes in package.json if you are making it ionic
3.Then you need to do NPM install.

Then try
ionic serve and look for errors in console.