This commit is contained in:
sercan
2020-02-15 11:12:10 +03:00

View File

@@ -14,7 +14,8 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"bundle-report": "webpack-bundle-analyzer dist/stats.json"
"bundle-report": "webpack-bundle-analyzer dist/stats.json",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"private": true,
"dependencies": {