คำถามติดแท็ก angular-flex-layout

2
ฉันจะรวม flex-layout อย่างไร
ฉันกำลังพยายามเพิ่มความยืดหยุ่นให้กับแอพเชิงมุม แต่เมื่อฉันทำและลองใช้มันแอพจะหยุดพัก ฉันติดตั้งแล้ว npm i @angular/flex-layout @angular/cdk จากนั้นนำเข้าใน app.module.ts import { FlexLayoutModule } from '@angular/flex-layout'; import [ FlexLayoutModule ] ฉันได้อัปเกรด typescript เป็นรุ่นล่าสุดแล้ว 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 …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.