Angular Ivy henüz hazır değil gibi görünüyor. Angular 9 için ana fikir olan sarmaşık kullanarak projemi oluşturmaya çalışıyorum. Kütüphanelerin çoğu bu özellikle uyumlu değil, bu kütüphanelerden biri @angular/flex-layout
. Malzeme ve servis çalışanı da aynı problemi yaşıyor.
ng build --prod --aot -c=production
Projemi oluşturmak için komut dosyası kullandıktan sonra:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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>;
Hata, yukarıda yazdığımdan daha uzun, bu sorun için iyi bir arama yapmak için zaman ayırdım, masada hiçbir şey değil, ancak iyi bir seçenek olmayan sarmaşık devre dışı bırakma.
"postinstall":"ngcc"
?