Skip to content
Snippets Groups Projects
Commit d1761c35 authored by jojohoch's avatar jojohoch
Browse files

[player] Fix typo

parent 89c6ebdf
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ import { ValidationMessageComponent } from './validation-message.component';
[style.left.px]="elementModel.xPosition"
[style.top.px]="elementModel.yPosition">
<ng-template #elementComponentContainer></ng-template>
<ng-template #errorMessageComponentContainer></ng-template>
<ng-template #validationMessageComponentContainer></ng-template>
</div>
`
})
......
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