chore: internal import updates to improve bundling (#21400)

* chore: internal import updates to improve bundling

- Rename keyboard.ts so it has a good filename after custom element bundling
- Import util fns directly instead of from top level index
- Do not export with *

* chore(angular): bump ng-packagr

Co-authored-by: Mike Hartington <mikehartington@gmail.com>
This commit is contained in:
Adam Bradley
2020-05-29 10:04:12 -05:00
committed by GitHub
parent 53fc8e37c8
commit 323e15003f
18 changed files with 24 additions and 31 deletions

View File

@@ -64,7 +64,7 @@
"@types/node": "12.12.5",
"fs-extra": "^7.0.0",
"glob": "^7.1.4",
"ng-packagr": "5.7.1",
"ng-packagr": "^9.1.5",
"rollup": "~1.17.0",
"rollup-plugin-node-resolve": "~5.2.0",
"rxjs": "^6.5.2",