As a library author you may want to distribute certain assets that are outside of the library compilation such as a CHANGELOG.md
or SCSS mixins.
You can copy these assets by using the assets
option.
{
"ngPackage": {
"assets": [
"CHANGELOG.md",
"./styles/**/*.theme.scss"
],
"lib": {
...
}
}
}