Skip to content

Commit b767781

Browse files
committed
run ngcc after install
1 parent 6daac7d commit b767781

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/example-app/app/app.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import { ComponentWithProviderComponent } from './examples/05-component-provider
2121
import { WithNgRxStoreComponent, reducer } from './examples/06-with-ngrx-store';
2222
import { WithNgRxMockStoreComponent } from './examples/07-with-ngrx-mock-store';
2323
import { MasterComponent, DetailComponent, HiddenDetailComponent } from './examples/09-router';
24-
import { DialogContentComponentModule } from './examples/15-dialog.component';
2524

2625
function reducerItems() {
2726
return ['One', 'Two', 'Three'];
@@ -58,7 +57,6 @@ function reducerItems() {
5857
value: reducer,
5958
items: reducerItems,
6059
}),
61-
DialogContentComponentModule,
6260
],
6361
bootstrap: [AppComponent],
6462
})

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.0-semantically-released",
44
"scripts": {
55
"ng": "ng",
6+
"postinstall": "ngcc",
67
"start": "ng serve",
78
"build": "nx run-many --target=build --projects=testing-library,jest-utils",
89
"test": "nx run-many --target=test --all",

0 commit comments

Comments
 (0)