Fix outlet
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2021-01-30 14:41:34 +01:00
parent 45de27f666
commit dd97c89254
3 changed files with 16 additions and 15 deletions

View File

@@ -242,7 +242,7 @@ export class MapComponent implements OnInit, OnDestroy,AfterViewInit {
console.debug("View init");
this.noContent=true;
this.route.children.forEach((entry) => {
if(entry.outlet=="") {
if(entry.outlet=="primary") {
this.noContent=false;
}
});