Questions tagged «angular-flex-layout»

2
我如何包括弹性布局
我试图将flex-layout添加到有角度的应用程序中,但是当我尝试并使用它时,该应用程序会中断。我已经安装了 npm i @angular/flex-layout @angular/cdk 然后导入到app.module.ts中 import { FlexLayoutModule } from '@angular/flex-layout'; import [ FlexLayoutModule ] 我也将打字稿升级到最新的 npm i typescript@latest 但是,当应用尝试编译时,我会遇到各种错误: ERROR in node_modules/@angular/flex-layout/core/typings/base/base2.d.ts:24:19 - error TS1086: An accessor cannot be declared in an ambient context. 24 protected get parentElement(): HTMLElement | null; ~~~~~~~~~~~~~ node_modules/@angular/flex-layout/core/typings/base/base2.d.ts:26:19 - error TS1086: An accessor …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.