Skip to content

Commit 87b64aa

Browse files
committed
add back snow component for Christmas 2024
1 parent dbd5168 commit 87b64aa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/app/app.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
nzSize="large">
55
<router-outlet></router-outlet>
66
</nz-spin>
7-
</div>
7+
</div>
8+
<j-snow></j-snow>

src/app/app.module.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { NzSpinModule } from 'ng-zorro-antd/spin';
1414
import { QuillModule } from 'ngx-quill';
1515
import * as Sentry from '@sentry/angular';
1616
import { 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
{

0 commit comments

Comments
 (0)