File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import { ComponentWithProviderComponent } from './examples/05-component-provider
21
21
import { WithNgRxStoreComponent , reducer } from './examples/06-with-ngrx-store' ;
22
22
import { WithNgRxMockStoreComponent } from './examples/07-with-ngrx-mock-store' ;
23
23
import { MasterComponent , DetailComponent , HiddenDetailComponent } from './examples/09-router' ;
24
- import { DialogContentComponentModule } from './examples/15-dialog.component' ;
25
24
26
25
function reducerItems ( ) {
27
26
return [ 'One' , 'Two' , 'Three' ] ;
@@ -58,7 +57,6 @@ function reducerItems() {
58
57
value : reducer ,
59
58
items : reducerItems ,
60
59
} ) ,
61
- DialogContentComponentModule ,
62
60
] ,
63
61
bootstrap : [ AppComponent ] ,
64
62
} )
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0-semantically-released" ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
+ "postinstall" : " ngcc" ,
6
7
"start" : " ng serve" ,
7
8
"build" : " nx run-many --target=build --projects=testing-library,jest-utils" ,
8
9
"test" : " nx run-many --target=test --all" ,
You can’t perform that action at this time.
0 commit comments