Check below steps to call an Azure Function with Angular app deployed in an Azure App Service.
In API app registration you need to add a scope.
In your angular app registration, add API permission that you've created earlier.
Thanks to @Pshul for clear explanation, I've referred this doc for the code.
After deploying your angular app to Azure web app, make sure you add the web app URL to app registration.
Make sure you enable CORS in your Function app
Please refer this MSdoc for better understanding about adding an Azure Function App as an API in Azure API Management.