Skip to content

Commit

Permalink
chore(angular): add ngcc postinstall for angular-cli example
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaudAV committed Jun 17, 2021
1 parent 4f23adc commit 72f41b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/angular-cli/package.json
Expand Up @@ -15,7 +15,8 @@
"test": "jest",
"test:coverage": "jest --coverage",
"test:generate-output": "jest --json --config=jest.addon-config.js --outputFile=addon-jest.testresults.json || true",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"postinstall": "ngcc --source ../../node_modules --target @angular/platform-browser @angular/forms @angular/common/http @angular/platform-browser-dynamic @ngrx/store"
},
"dependencies": {
"@angular/common": "^11.2.14",
Expand Down

0 comments on commit 72f41b3

Please sign in to comment.