ดูเหมือนว่า Angular Ivy ยังไม่พร้อม ฉันพยายามที่จะสร้างโครงการของฉันโดยใช้ไม้เลื้อยซึ่งเป็นแนวคิดหลักสำหรับเชิงมุม 9. @angular/flex-layout
ห้องสมุดหลายแห่งไม่ได้เข้ากันได้กับคุณลักษณะนี้หนึ่งในห้องสมุดเหล่านี้คือ วัสดุและงานบริการมีปัญหาเช่นเดียวกัน
หลังจากใช้ng build --prod --aot -c=production
สคริปต์เพื่อสร้างโครงการของฉันฉันได้รับ:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/flex-layout/core/typings/media-trigger/media-trigger.d.ts:71:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
71 static ɵfac: ɵngcc0.ɵɵFactoryDef<MediaTrigger>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/flex-layout/extended/typings/show-hide/show-hide.d.ts:18:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
18 static ɵfac: ɵngcc0.ɵɵFactoryDef<ShowHideStyleBuilder>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/flex-layout/extended/typings/show-hide/show-hide.d.ts:49:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
49 static ɵfac: ɵngcc0.ɵɵFactoryDef<ShowHideDirective>;
ข้อผิดพลาดนานกว่าที่ฉันเขียนไว้ด้านบนฉันใช้เวลาของฉันในการค้นหาปัญหานี้อย่างดีไม่มีอะไรบนโต๊ะ แต่ปิดใช้งาน ivy ซึ่งไม่ใช่ตัวเลือกที่ดี
"postinstall":"ngcc"
??