Guest User

Untitled

a guest
Apr 27th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ERROR in: "let-" is only supported on ng-template elements. ("
  2. </thead>
  3. <tbody>
  4. <template ngFor [ngForOf]="rows" [ERROR ->]let-rowz="$implicit" let-index="index">
  5. <tr *ngIf="!(datePicker.onlyCurrentMonth && rowz[0].sec")
  6. : "let-" is only supported on ng-template elements. ("
  7. </thead>
  8. <tbody>
  9. <template ngFor [ngForOf]="rows" let-rowz="$implicit" [ERROR ->]let-index="index">
  10. <tr *ngIf="!(datePicker.onlyCurrentMonth && rowz[0].secondary && rowz[6].sec")
Add Comment
Please, Sign In to add comment