Our angular app has many dependencies (node_modules) usually licensed under Apache 2.0 or MIT. As far as I understand the licenses - production build is a "derived work" and we have to include copyright notices in it.
I know, that I can copy them by a script or include them in an angular.json file (like this: angular web app - include library licenses), but I was looking for a solution recommended by angular developers. I believe that this problem is very common, but can't find a lot of topics about it.
Maybe we are wrong and angular applications using dependencies do NOT need to include copyright notices?