Fix typescript error private variable on template

pull/8310/head
Aleix Suau 5 years ago
parent dbdeb7b99b
commit 546ba58fb4
  1. 2
      frontend/src/app/modules/bim/ifc_models/ifc-viewer/ifc-viewer.component.ts

@ -63,7 +63,7 @@ export class IFCViewerComponent implements OnInit, OnDestroy {
constructor(private I18n:I18nService, constructor(private I18n:I18nService,
private elementRef:ElementRef, private elementRef:ElementRef,
private ifcData:IfcModelsDataService, public ifcData:IfcModelsDataService,
private ifcViewer:IFCViewerService) { private ifcViewer:IFCViewerService) {
} }

Loading…
Cancel
Save