mirror of
https://github.com/tomfong/simple-qr.git
synced 2025-06-28 12:09:58 +00:00
fix: enable inner html
This commit is contained in:
parent
5210141b9c
commit
e3a1961773
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader {
|
|||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
IonicModule.forRoot(),
|
||||
IonicModule.forRoot({ innerHTMLTemplatesEnabled: true }),
|
||||
AppRoutingModule,
|
||||
HttpClientModule,
|
||||
FormsModule,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue