Skip to content
Snippets Groups Projects
Commit fd6c085a authored by rhenck's avatar rhenck
Browse files

Remove unused code

parent aec9df56
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,7 @@ export class CanvasSectionComponent implements OnInit { ...@@ -30,8 +30,7 @@ export class CanvasSectionComponent implements OnInit {
@ViewChild('elementContainer', { read: ViewContainerRef, static: true }) private elementContainer!: ViewContainerRef; @ViewChild('elementContainer', { read: ViewContainerRef, static: true }) private elementContainer!: ViewContainerRef;
private canvasComponents: CanvasElementComponent[] = []; private canvasComponents: CanvasElementComponent[] = [];
constructor(public unitService: UnitService, constructor(private componentFactoryResolver: ComponentFactoryResolver) { }
private componentFactoryResolver: ComponentFactoryResolver) { }
ngOnInit(): void { ngOnInit(): void {
this.renderSection(); this.renderSection();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment