From your log it looks like you’re deploying your website from the src folder. Angular typically writes the bundles of your app into a seperate folder at dist/<your-app-name> so you might want to try deploying the bundles from that folder.
Netlify gives you the option to define the directory from which the bundles are taken under Site settings > Build & Deploy. Here you can set the Publish directory option to dist/<your-app-name>.