feat(portal): add scrolling to the desktop (#2410)

* feat(portal): add scrolling to the desktop

* chore: comments

* chore: fix
This commit is contained in:
Alex Inkin
2023-09-13 22:52:25 +04:00
committed by GitHub
parent f7b079b1b4
commit 7e18aafe20
32 changed files with 325 additions and 256 deletions

View File

@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core'
import { CommonModule } from '@angular/common'
import { IonicModule } from '@ionic/angular'
import { FormsModule } from '@angular/forms'
import { ResponsiveColModule } from '@start9labs/shared'
import { ResponsiveColDirective } from '@start9labs/shared'
import { SuccessPage } from './success.page'
import { PasswordPageModule } from '../../modals/password/password.module'
@@ -16,7 +16,7 @@ import { DownloadDocComponent } from './download-doc/download-doc.component'
IonicModule,
PasswordPageModule,
SuccessPageRoutingModule,
ResponsiveColModule,
ResponsiveColDirective,
],
declarations: [SuccessPage, DownloadDocComponent],
exports: [SuccessPage],