Erick Pimienta
Erick Pimienta

Reputation: 21

ngx-bootstrap datepicker angular 4

Recently upgraded to angular 4.0.3 at one of my projects which uses the ngx-bootstrap datepicker and a warning pops up at console about using templates is deprecated. Does any know if there are plans to move and use ng-template instead?

[WARNING ->] template ngFor [ngForOf]="rows" let-rowz="$implicit" let-index="index">

Thanks in advance.

Upvotes: 1

Views: 6437

Answers (1)

JayChase
JayChase

Reputation: 11525

It is fixed as of 2.0.0-beta.2.

 npm i -S [email protected]

Upvotes: 2

Related Questions