angular-mdl

    0熱度

    1回答

    我有一個奇怪的問題,當一個特定的路由直接啓動該組件被添加兩次在DOM,但從主頁面導航時,它工作正常。 問題是與contact路線ContactComponent 您可以檢查生活在這個網站上 轉到http://ootybookings.in/#/main/contact 您可以看到添加的接觸成分的兩倍 現在點擊主頁菜單/鏈接在頂部,然後單擊聯繫人菜單/鏈接 現在重複不見了 所有其他路線都很好。只有聯

    0熱度

    1回答

    我有一系列的產品: public sort_criteria: any=''; public products: any = [ {title: 'Product_1', desc: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', img: '../assets/prod_1.jpg',

    0熱度

    1回答

    我想弄清楚它是否有可能在angular2-mdl的表格組件中註冊鏈接。 想法是,一列將包含用戶需要去的組件的錨點。 正常情況下,在錨點或按鈕上使用[routerLink] =「」時,這對於html很容易,但是是否可以在TS文件中生成此消息並將其傳遞給表元素?

    1熱度

    1回答

    我使用的是:角4.0和材料:https://github.com/mseemann/angular2-mdl 擴展:http://mseemann.io/angular2-mdl-ext/select 問題總是使用選擇組件,它繼續開放。看起來不像是正確的行爲。 是這樣的: 這裏的演示應用: package: "@angular-mdl/core": "^4.0.3", "@an

    0熱度

    2回答

    我有三個產品陣列和一個變量來保存當前的選擇: product_types=['One', 'Two', 'Three'] product_type_one = [ {'description': 'Type one sample one', 'type': 'one'}, {'description': 'Type one sample two', 'type': 'one'}, {'d

    0熱度

    1回答

    以下是教程代碼,用於從官方angular-mdl網站創建自定義對話框。 let pDialog = this.dialogService.showCustomDialog({ component: LoginDialogComponent, providers: [{provide: TEST_VALUE, useValue: 'Just an example'}],

    0熱度

    1回答

    我使用徽章如下: <mdl-icon [mdl-badge]="myCount" mdl-badge-overlap>some_icon</mdl-icon> 當mycount的:號碼爲空,則MDL版2角用於隱藏徽章。當前版本(使用Angular 4的4.0.1)顯示了一個其中包含'null'文本的徽章。 但是 - a2MDL頁面上的示例(動態實驗)工作正常 - 從輸入框中刪除數字時,徽章將被

    0熱度

    1回答

    我有一個密碼字段,我需要用下面的規則驗證: 應該是字母數字 它不應該只允許字符或數字 <p> <mdl-textfield label="Password" type="password" formControlName="password1" floating-label pattern="[a-

    0熱度

    1回答

    我試圖根據模塊設置的條件禁用mdl-menu-item。 我app.component.ts import { Component } from '@angular/core'; @Component({ selector: 'ca-root', templateUrl: './app.component.html', styleUrls: ['./app.com

    0熱度

    1回答

    我使用angular2 mdl佈局編寫了一個頂部有粘性標題的應用。 最近我重寫了代碼以獲得更靈活的自定義標題。 從那時起,當我構建應用程序(ng版本)並將其作爲解壓縮擴展導入時,我的容器中的內容不再滾動。 儘管如此,這個構建在一個「隨便的」瀏覽器窗口中完美地工作,即當應用程序託管在本地服務器上並以鉻打開時。 可能是什麼問題? Here is the angular-cli project.你可以用