I'm just reviewing some dependencies of an angular project.
During that, I had to figure out, that I couldn't find any description for the single angular sub packages describing their purpose.
Example:
@angular/platform-server
When browsing to the API documentation or the npm package page, there is literally no description explaining the purpose of those packages:
- https://angular.io/api/platform-server
- https://www.npmjs.com/package/@angular/platform-server
- https://github.com/angular/angular/tree/master/packages/platform-server
- https://angular.io/guide/npm-packages#feature-packages
I think this where all the official sources. But no word about @angular/platform-server
lost.
Is there any official documentation which includes this? Or does this simply not exist? I don't want to have tons of packages in my dependencies of which I have no idea of what they do and if I need them at all.