I'm developing Angular v8 app with using Angular CLI v8.
I have dashboard.module.ts
And after executing command ng-build
I see in dist
folder files with names:
dashboard-dashboard-module.js
Why not dashboard-module.js
?
Why it's duplicate dashboard-dashboard
?
What's the reason of naming it such way? Or it's default behavior?