File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 17
17
node-version : ${{ matrix.node-version }}
18
18
- name : install
19
19
run : npm install
20
+ - name : ngcc
21
+ run : npm run ngcc
20
22
- name : build
21
23
run : npm run build -- --skip-nx-cache
22
24
- name : test
Original file line number Diff line number Diff line change 21
21
node-version : ${{ matrix.node-version }}
22
22
- name : install
23
23
run : npm install
24
+ - name : ngcc
25
+ run : npm run ngcc
24
26
- name : build
25
27
run : npm run build -- --skip-nx-cache
26
28
- name : test
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
} )
You can’t perform that action at this time.
0 commit comments