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

Fix TextComponent selector

parent ec659e4e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import { Component } from '@angular/core';
import { FormElementComponent } from '../canvas-element-component.directive';
@Component({
selector: 'app-label',
selector: 'app-text',
template: `
<div [style.width.px]="elementModel.width"
[style.height.px]="elementModel.height"
......
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