angular2-material

    0熱度

    1回答

    我有問題與CSS和角2材料。任何固定定位元素的行爲都不像md-sidenav-container中固定的那樣。如果它不在容器內部,它可以很好地工作。下面是該問題的鏈接; 只需將md-toolbar複製並粘貼到內部容器中即可看到區別。 https://embed.plnkr.co/5m3vwp7q0Do9uJKchvqD/ 如果任何HTML元素(包括材料的)是容器固定作品以外細,但如果它是內部容器,

    1熱度

    3回答

    我試圖做類似什麼是問這個問題Can md-toolbar be fixed top when inside md-sidenav-layout? ,我想要一個固定的工具欄,然後滾動區域。我嘗試了這個問題提供的解決方案,但沒有奏效。我也搜索了git hub上的所有選項(https://github.com/angular/material2/issues/735),似乎沒有任何東西可以爲我工作。 我

    3熱度

    2回答

    我面臨問題角度2材料網格列表卡。 我想顯示內部電網列表卡,但它不響應 Here is the code: <md-grid-list cols="4"> <md-grid-tile *ngFor="let card of cards"> <md-card> <img md-card-image src="{{card.image}}"> <md-ca

    3熱度

    1回答

    在新的ng cli項目中基本使用md-sidenav-container會導致ng測試在第二次和後續測試中失敗。 異常 TypeError: Cannot read property 'unsubscribe' of undefined at ScrollDispatcher.deregister (webpack:///~/@angular/material/core/overlay

    5熱度

    1回答

    我正在使用Angular2 Material Toolbar,我想將當前頁面標題傳遞給它。 我app.component有一個頭組件和當前頁面組件: @Component({ selector: 'mi-root', template: ` <mi-header></mi-header> <router-outlet></router-outlet>

    0熱度

    1回答

    我試圖用料2 sidenav組件。我希望它與內容分開。就在全高度側邊欄滑動到那裏來回 - 沒有任何sidenav佈局,因爲它在我的應用程序的佈局產生了一些不必要的東西。 我想要什麼看起來非常接近https://inbox.google.com/u/0/?pli=1 sidenav。 我現在擁有的是:

    12熱度

    1回答

    如何在事件發生時選擇特定選項卡? 我試着用[selectedIndex]="selectedTab"改變selectedTab所需的選項卡索引,但它似乎並不標籤被加載後,開始工作......

    1熱度

    1回答

    /* COMPONENT */ import { Modal } from './../../common-components/modal/modal.model'; import { Buttons } from './playground.model'; import { Component, OnInit } from '@angular/core'; import templat

    1熱度

    1回答

    我正在嘗試使用角度2材質創建響應側面導航欄。我的側面導航工作。它始終打開導航欄。如何在縮小屏幕尺寸時將其隱藏起來。 這是我的代碼: <md-sidenav-container style="width: 100%" onloadstart="false"> <div class="flex-container" fxLayout="row" fxLayout.xs="column" fx

    1熱度

    2回答

    我想在angular2材質中使用flexLayout創建窗體。它給出了syntaxError。 的SyntaxError {_nativeError:錯誤:意外的值 '未定義' 由模塊 '的AppModule' 在SyntaxError.BaseError進口...} 這是我app.module.ts import 'hammerjs'; import { BrowserModule } fr