weonthank / Ionic2DoList

0 stars 0 forks source link

Fixes: #2

Open clblamires opened 5 years ago

clblamires commented 5 years ago

app.module.ts

apiKey: "AIzaSyA0MyE1yvGW3vYf8O-JaHOyhZYTgqC5YrY", authDomain: "ionic2do-f7ddc.firebaseapp.com", databaseURL: "https://ionic2do-f7ddc.firebaseio.com", projectId: "ionic2do-f7ddc", storageBucket: "ionic2do-f7ddc.appspot.com", messagingSenderId: "955653044272"

clblamires commented 5 years ago

tasklist.page.ts, use the async pipe

<ion-item-sliding *ngFor="let task of tasks | async" #slidingItem>