Skip to content

Commit 3d1b89a

Browse files
chore(ng-package): add @angular-package/type umdModuleIds
1 parent 86489ae commit 3d1b89a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ng-package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
33
"dest": "../../dist/error",
44
"lib": {
5-
"entryFile": "src/public-api.ts"
5+
"entryFile": "src/public-api.ts",
6+
"umdModuleIds": {
7+
"@angular-package/type": "angular-package.type"
8+
}
69
}
710
}

0 commit comments

Comments
 (0)