Files
alfresco-ng2-components/lib/insights/ng-package.json
Vito Albano 9fe4006a0d AAE-45391 Lazy loading and improvements for pdfJS (#11869)
* [AAE-45391] - Lazy loading some of the big external libs

* [AAE-45391] - Added some extra units to pdfjs viewer

* [AAE-45391] - Some improement on viewer component

* [AAE-45391] - Fixed the way it was redered to a newer angular system

* [AAE-45391] - Fixed the way it was redered to a newer angular system

* [AAE-45391] - fixed schematic

* [AAE-45391] - Added some docs for the schematics as well

* [AAE-37328] - Fixed comment on missing provider
2026-05-11 14:17:39 +01:00

29 lines
581 B
JSON

{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/libs/insights/",
"assets": [
{
"glob": "assets/**/*",
"input": "./src/lib",
"output": "/bundles/"
},
{
"glob": "i18n/*.json",
"input": "./src/lib",
"output": "/bundles/assets/adf-insights/"
}
],
"lib": {
"entryFile": "src/public-api.ts",
"flatModuleFile": "adf-insights",
"styleIncludePaths": [
"../core/src/lib"
]
},
"allowedNonPeerDependencies": [
"chart.js",
"ng2-charts",
"raphael"
]
}