Lazy loading & Deeplinks with Ionic 3

Hey guys,

I had been following the docs to add Deeplinks and my app already has lazy loading from the start.

How does both of them work together ? Tried but no results. Sometimes I get a value and sometimes I don’t. Can you guide me to a resource to understand it well.

Thanks

Having the same issue on ionic 3 angular 5

“dependencies”: {
@angular/animations”: “5.2.11”,
@angular/common”: “5.2.11”,
@angular/compiler”: “5.2.11”,
@angular/compiler-cli”: “5.2.11”,
@angular/core”: “5.2.11”,
@angular/forms”: “5.2.11”,
@angular/http”: “5.2.11”,
@angular/platform-browser”: “5.2.11”,
@angular/platform-browser-dynamic”: “5.2.11”,
@ionic/pro”: “1.0.20”,
@ionic/storage”: “2.1.3”,
@ng-select/ng-select”: “1.4.0”,
@ngu/carousel”: “1.4.8”,
@ngx-lite/json-ld”: “^0.4.2”,
@ngx-translate/core”: “^9.1.1”,
@ngx-translate/http-loader”: “^2.0.1”,
“angular-5-popup”: “0.0.6”,
“currency-formatter”: “^1.4.3”,
“hammerjs”: “^2.0.8”,
“ionic-angular”: “3.9.2”,
“ionicons”: “3.0.0”,
“js-cookie”: “^2.2.0”,
“moment”: “^2.22.2”,
“ng2-nouislider”: “^1.7.11”,
“ngx-pagination”: “^3.1.1”,
“ngx-tabs”: “0.0.13”,
“nouislider”: “^11.1.0”,
“rxjs”: “5.5.11”,
“shortcode-tokenizer”: “^0.6.1”,
“sw-toolbox”: “3.6.0”,
“zone.js”: “0.8.26”
},