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