Skip to content

Commit

Permalink
refactor(core): add custom elements schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jongbonga authored and PiDelport committed Jul 12, 2021
1 parent 6eeddd9 commit 7a87226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web-client/src/app/views/wallet/wallet.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { IonicModule } from '@ionic/angular';
import { QRCodeModule } from 'angularx-qrcode';
Expand All @@ -15,5 +15,6 @@ import { WalletPage } from './wallet.page';
QRCodeModule,
],
declarations: [WalletPage],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
})
export class WalletPageModule {}

0 comments on commit 7a87226

Please sign in to comment.