From 569923e2c9c6f7e728d26dfe6d66977281f88328 Mon Sep 17 00:00:00 2001 From: ThibaudAv Date: Thu, 17 Jun 2021 13:57:44 +0200 Subject: [PATCH] chore(angular): add ngcc postinstall for angular-cli example --- examples/angular-cli/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/angular-cli/package.json b/examples/angular-cli/package.json index e7fc1b7df44d..2b52b097d52f 100644 --- a/examples/angular-cli/package.json +++ b/examples/angular-cli/package.json @@ -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" }, "dependencies": { "@angular/common": "^11.2.14",