add qr code to insights->about->tor (#2379)

* add qr code to insights->about->tor

* fix address PR feedback from @elvece; inject modelCtrl in ctor
This commit is contained in:
Reckless_Satoshi
2023-08-01 21:06:47 +00:00
committed by GitHub
parent 9e03ac084e
commit 32ca91a7c9
3 changed files with 37 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ import { IonicModule } from '@ionic/angular'
import { ServerSpecsPage } from './server-specs.page'
import { EmverPipesModule } from '@start9labs/shared'
import { TuiLetModule } from '@taiga-ui/cdk'
import { QRComponentModule } from 'src/app/components/qr/qr.component.module'
const routes: Routes = [
{
@@ -18,6 +19,7 @@ const routes: Routes = [
CommonModule,
IonicModule,
RouterModule.forChild(routes),
QRComponentModule,
EmverPipesModule,
TuiLetModule,
],