Skip to content

Commit

Permalink
chore(lint): fix tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
edetec committed Mar 2, 2018
1 parent 2068738 commit 5fe689e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng-xform/fields/date-field.ts
@@ -1,7 +1,7 @@
import { DynamicField } from './dynamic-field';

export class DateField extends DynamicField {
public controlType? = 'DATE';
public controlType ? = 'DATE';
public theme?: 'default' | 'green' | 'blue' | 'dark-blue' | 'red' | 'orange';
public placement?: 'top' | 'bottom' | 'left' | 'right';
public initialValue?: Date;
Expand Down

0 comments on commit 5fe689e

Please sign in to comment.