使用Ionic2和Angular2,当用户从选择框中选择“其他”选项时,我想给用户一个进入职业的选项。选择示例:以下是代码: <ion-item> <ion-select [(ngModel)]="userType">
<ion-option *ngFor="let ut of userTypeLis
我有一个ionic2应用程序,并且正在使用Firebase和angularFire2。我希望使用angularFire2从防火墙获取当前身份验证状态和当前的auth对象/用户。FirebaseAuthState) => { // I could store user in localstorage, but I'd like to see an All Firebasethis.rootPage = TabsPage;
尝试在html中运行*ngFor,如下所示。但是,出现了这个错误。Property binding ngForIn not used by any directive on an embedded template<ion-card *ngFor="#media in medias">
在我之前的项目中,我也遇到过这种情况,但仍在摸索中。对Ionic2 & Angular2来说还是个新手。
<li *ngFor="let billingAccount of customerGeneralInfo?.groupedByTechnology">
<tr *ngFor="let billingaccount of billingAccount.billingAccounts">id用select显示出来。有什么建议吗?