akserg / ng2-toasty

Angular2 Toasty component shows growl-style alerts and messages for your app.
MIT License
283 stars 102 forks source link

Remove Warnings #9

Closed ferredel closed 8 years ago

ferredel commented 8 years ago

As requeriment in Beta 17....

Template parse warnings:
"#" inside of expressions is deprecated. Use "let" instead! ("
    <div id="toasty" [ngClass]="[position]">
        <ng2-toast [ERROR ->]*ngFor="#toast of toasts" [toast]="toast" (closeToast)="closeToast(toast)"></ng2-toast>
    </div>"): Toasty@2:19```
akserg commented 8 years ago

Thak you to remind me to migrate to the latest version of Angular.

akserg commented 8 years ago

Fixed in v 1.6