Closed vlodkow closed 7 years ago
When I removed preboot from AppModule constructor all working right.. preboot remove incorrect tag when call prebootClient().complete();
If it's getting the wrong tag ID you can specify it yourself using builder.preboot({appRoot: 'my-tag-id'})
When I try to load url from lazy load module server return right response, but when client code loaded, after few seconds content disappear (no errors in console).
When I remove lazy loading or reload page without cache all working fine.
Tested on browsers: Safari (v 10.1.1) and Chrome (v 58.0.3029.81)