Tomas Katz
Tomas Katz
Looks like source maps are created only for first build then in sequential builds it will not build new .js & .map files leading to errors. The config is built...
We are trying to set up an IISNODE server with pre-rendering using **Universal**. I set up the project the following way with web.config and main server script as follows: **web.config:**...
Tag configuratuion: ``` ``` options Object: ``` [ { name:'a', id:1 }, { name:'b', id:2 }, { name:'c', id:3 } //... about 200 more items ] ``` Way to reproduce:...
After upgrading project to Angular 14.3.0 (core), I getting the folllowing errors when rnning "ng build": ``` Error: node_modules/angular-froala-wysiwyg/editor/editor.directive.d.ts:43:18 - error TS2707: Generic type 'ɵɵDirectiveDeclaration' requires between 6 and 8...