Skip to content

Commit ff31558

Browse files
committed
DHFPROD-1433 add AfterViewChecked import
In entity-editor component, fixes build failure.
1 parent 01fc8b8 commit ff31558

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

quick-start/src/main/ui/app/entity-modeler/entity-editor.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import {
33
HostListener,
44
Inject,
55
ElementRef,
6-
ViewChild
6+
ViewChild,
7+
AfterViewChecked
78
} from '@angular/core';
89

910
import { MdlDialogService, MdlDialogReference } from '@angular-mdl/core';
@@ -348,7 +349,7 @@ export class EntityEditorComponent implements AfterViewChecked {
348349
isPropertyValid(property: PropertyType) {
349350
let properties = this.entity.definition.properties;
350351
/**
351-
* A valid property must not:
352+
* A valid property must not:
352353
* - be a duplicate
353354
* - have spaces in the name
354355
* - must not be empty

0 commit comments

Comments
 (0)