angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

Add ability to customize 3rd party licences output

Open simhnna opened this issue 2 years ago • 3 comments

Command

build

Description

Currently you only get a plaintext output. This is probably enough to include in the build applications but makes further processing unnecessarily hard. I need to provide a SBOM (software bill of material) with detailed information about the used dependencies and can't really use the text output for that

Describe the solution you'd like

It would be nice to be able to customize the output. My current solution is to patch license-webpack-plugin setting the renderLicences option to JSON.stringify to be able to postprocess the generated json file. It would be nice if there was a built in way configured in angular.json to customize the licence output. Could maybe offer a couple of formats out of the box with the ability to define a custom format. I didn't really think about how that custom format would be, the first two things that come to mind:

  1. path to a js/ts file that is executed
  2. path to a template file

Describe alternatives you've considered

No response

simhnna avatar Nov 08 '23 12:11 simhnna

This feature request is now candidate for our backlog! In the next phase, the community has 60 days to upvote. If the request receives more than 20 upvotes, we'll move it to our consideration list.

You can find more details about the feature request process in our documentation.

angular-robot[bot] avatar Nov 08 '23 13:11 angular-robot[bot]

Just a heads up that we kicked off a community voting process for your feature request. There are 20 days until the voting process ends.

Find more details about Angular's feature request process in our documentation.

angular-robot[bot] avatar Dec 18 '23 13:12 angular-robot[bot]

Thank you for submitting your feature request! Looks like during the polling process it didn't collect a sufficient number of votes to move to the next stage.

We want to keep Angular rich and ergonomic and at the same time be mindful about its scope and learning journey. If you think your request could live outside Angular's scope, we'd encourage you to collaborate with the community on publishing it as an open source package.

You can find more details about the feature request process in our documentation.

angular-robot[bot] avatar Jan 07 '24 13:01 angular-robot[bot]