We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@angular-package/type
umdModuleIds
1 parent 86489ae commit 3d1b89aCopy full SHA for 3d1b89a
ng-package.json
@@ -2,6 +2,9 @@
2
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
3
"dest": "../../dist/error",
4
"lib": {
5
- "entryFile": "src/public-api.ts"
+ "entryFile": "src/public-api.ts",
6
+ "umdModuleIds": {
7
+ "@angular-package/type": "angular-package.type"
8
+ }
9
}
10
0 commit comments