Material 无法使用快速路由

Material not working using express routing

I am using angular/material in my angular-cli application it works fine but i have implemented 2 bootstrap theme for each panels (front end and client portals) when i use client portal saperately material works fine but when i redirect from front end theme to my client portal using express routing my angular material not working pagination works properly but my mat-select is not showing dropdown and view of angular material is also not working.

我的问题是它没有获取我的模块 css 文件,因为我正在从另一个 cli 应用程序渲染以使其工作我已经更新了我的主 angular-cli.json 文件

"styles": [
    "../node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css"
  ],

到我的特定应用程序样式数组,它工作正常。