File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44 nzSize ="large ">
55 < router-outlet > </ router-outlet >
66 </ nz-spin >
7- </ div >
7+ </ div >
8+ < j-snow > </ j-snow >
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import { NzSpinModule } from 'ng-zorro-antd/spin';
1414import { QuillModule } from 'ngx-quill' ;
1515import * as Sentry from '@sentry/angular' ;
1616import { Router } from '@angular/router' ;
17+ import { SnowModule } from './core/snow/snow.module' ;
1718
1819@NgModule ( {
1920 declarations : [ AppComponent ] ,
@@ -27,7 +28,8 @@ import { Router } from '@angular/router';
2728 NzIconModule . forRoot ( [ ] ) ,
2829 environment . production ? [ ] : AkitaNgDevtools ,
2930 AkitaNgRouterStoreModule ,
30- QuillModule . forRoot ( )
31+ QuillModule . forRoot ( ) ,
32+ SnowModule
3133 ] ,
3234 providers : [
3335 {
You can’t perform that action at this time.
0 commit comments