angular

    1熱度

    1回答

    我已經通過this post(和this one以及)找到我的問題的解決方案。 我想忽略這些錯誤: Property 'payload' does not exist on type 'Matatu'. Property 'key' does not exist on type 'Matatu'. 我試圖聲明變量「覆蓋」的類型系統,但並未奏效。 這裏是我的.ts代碼,是我到目前爲止已經嘗試: im

    1熱度

    1回答

    我目前正在努力弄清楚Angular 4應用程序中Rxjs的行爲。 我的代碼是: this.server.get("incidents") //http get resource .flatMap((res) => res.value) //the incident array is in a property called value of the json returned .map((in

    0熱度

    1回答

    我從web服務已經和我的html頁面中獲取數據我想呈現此數據。我用*ngfor遍歷數據: <ion-list> <ion-item *ngfor="let item of items"> {{item.Problem}} </ion-item> </ion-list> ,但它返回: Uncaught Error: Template parse errors:

    -1熱度

    1回答

    嘗試構建我的angular 5項目時發生以下錯誤。我的版本是5.6.0,@ angular/material @ 5.0.1。 C:\Users\Owner\ng7>ng build --prod Date: 2017-12-18T02:42:21.623Z Hash: 2c0633800516bc024772 Time: 16640ms chunk {0} styles.f7ba5027ddae

    0熱度

    1回答

    我的網站出現問題。它用角4 這裏的問題:如果我使用例如www.mywebsite.com :我只能使用鏈接www.mywebsite.com/page,www.mywebsite.com/page1 它會給我一個錯誤。這意味着,如果我先去mywebsite.com,然後點擊鏈接,然後顯示正確的頁面。但是,如果我將放入瀏覽器mywebsite.com/page,那麼它會給我錯誤頁面。 我正在使用標準

    0熱度

    1回答

    我試圖從這種格式的日期轉換 '2017-12-13T03:00:00Z [UTC]',格式爲'yyyy/MM/dd'。 我得到這個代碼: this.datepipe.transform(d.hour, 'yyyy-MM-dd HH:mm a z') this.datepipe.transform(d.initDate, 'yyyy/MM/dd') this.datepipe.transform

    0熱度

    1回答

    我正在編寫一個Angular應用程序,使用Angular CLI構建。我的組件中有一個名爲​​的模型。該模型將使用前一頁中的用戶輸入來構建。在當前頁面中,我將這個模型中包含的數據以HTML表格的形式顯示給用戶。下面是我如何做到這一點: <input type="radio" [(ngModel)]="criteria1" name="parameter1Identifier">Class A <

    1熱度

    1回答

    我下面這個庫工作本地存儲並使用webstorage檢索它們。然而,刷新以後,我的價值觀恢復到舊的,其被存儲在內存中,data.service.ts bot.component.html: <tr *ngFor="let bot of bots" routerLink="/botlevelup/{{bot.id}}"> <td>{{bot.id}}</td> <td>{{bot.

    5熱度

    1回答

    我想了解什麼是爲什麼Renderer2被用於角度的DOM操作。 我們可以使用豐富而着名的庫jQuery來代替Renderer2或原生JavaScript嗎? 使用Renederer2優於jQuery的優勢

    1熱度

    1回答

    我想通過服務進行更新。如果我使用與服務中鏈接相同的郵遞員,更新可以正常工作。 這裏是我的代碼: myservice.service.ts: updateUser(userid){ let headers = new Headers(); headers.append('Content-Type','application/json'); console.log('ht