2
フレックスレイアウトを含める方法
flex-layoutをAngularアプリに追加しようとしていますが、追加して使用しようとすると、アプリが壊れます。インストールしました 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 - error TS1086: An accessor …