Guest User

Untitled

a guest
May 26th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <div class="form-group " style="width:200px">
  2.  
  3.  
  4. <angular2-date-picker style="width:190px"
  5. [options]="toDateTransaction"
  6. title="Click to enter To Date and Time"
  7. [(ngModel)]="date1" [settings]="settings1"
  8. [(ngModel)]="toDateTransaction"
  9. formControlName="toDateTransaction"></angular2-date-picker>
  10. </div>
  11.  
  12. Uncaught (in promise): Error: Template parse errors:
  13. Can't bind to 'options' since it isn't a known property of 'angular2-
  14. date-picker'.
  15.  
  16.  
  17. <angular2-date-picker title="Click to enter From Date and Time"
  18. [ERROR ->][options]="fromDateTransaction"
  19. [(ngModel)]="date" [settings]="settings"
  20. "): ng:///MasterSystemModule/TransactionComponent.html@52:84
Add Comment
Please, Sign In to add comment