|
|
@ -1,6 +1,6 @@
|
|
|
|
import { NgModule } from "@angular/core";
|
|
|
|
import { NgModule } from "@angular/core";
|
|
|
|
import { RouterModule } from "@angular/router"
|
|
|
|
import { RouterModule } from "@angular/router"
|
|
|
|
import { QRCodeModule } from 'angularx-qrcode';
|
|
|
|
/*import { QRCodeModule } from 'angularx-qrcode';*/
|
|
|
|
|
|
|
|
|
|
|
|
import { SharedModule } from "../shared/shared.module";
|
|
|
|
import { SharedModule } from "../shared/shared.module";
|
|
|
|
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ import * as fromComponents from './components';
|
|
|
|
imports: [
|
|
|
|
imports: [
|
|
|
|
RouterModule.forChild(fromComponents.routes),
|
|
|
|
RouterModule.forChild(fromComponents.routes),
|
|
|
|
SharedModule,
|
|
|
|
SharedModule,
|
|
|
|
QRCodeModule,
|
|
|
|
/* QRCodeModule,*/
|
|
|
|
],
|
|
|
|
],
|
|
|
|
declarations: [
|
|
|
|
declarations: [
|
|
|
|
...fromComponents.components
|
|
|
|
...fromComponents.components
|
|
|
|