We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d83a7e commit d450170Copy full SHA for d450170
projects/ngx-element-boundary/element-strategy/default/ng-package.json
@@ -1,6 +1,8 @@
1
{
2
"$schema": "../../../../node_modules/ng-packagr/ng-package.schema.json",
3
"lib": {
4
- "entryFile": "src/public-api.ts"
+ "entryFile": "src/public-api.ts",
5
+ "umdId": "ngxElementBoundary.elementStrategy.default",
6
+ "amdId": "ngxElementBoundary.elementStrategy.default"
7
}
8
projects/ngx-element-boundary/ng-package.json
@@ -2,6 +2,8 @@
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/ngx-element-boundary",
+ "umdId": "ngxElementBoundary",
+ "amdId": "ngxElementBoundary"
9
0 commit comments