Upgrade to angular 9, compile angular libraries for faster builds

This commit is contained in:
Amritanshu Agrawal 2020-05-30 11:10:02 +05:30
parent 9a1844100f
commit b732cfe814

@ -7,7 +7,8 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {