Skip to content

Commit a30343b

Browse files
committed
feat(core): release based on Angular Package Format
1 parent 9e30458 commit a30343b

19 files changed

+1771
-84
lines changed

ng-package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
3+
"dest": "dist",
4+
"workingDirectory": ".ng_build",
5+
"lib": {
6+
"entryFile": "src/public_api.ts"
7+
}
8+
}

0 commit comments

Comments
 (0)