Lars van den Bosch

Results 6 comments of Lars van den Bosch

The following works for me: ``` $writer ->prepare() ->writeItem(array('first', 'last')); unset($file); $writer->finish(); ```

Added PR #1107 with the import fixes for #151 and added call.resolve() for async await support.

I'm running into this issue at the moment. Trying to parse html with angular components, createNgModule on a module created runtime as well as a runtime component type so everything...

> import '@angular/compiler'; I did try this once again without succes. I think my problem is that I'm running compilationMode full instead of partial at the moment. Will try in...

> BTW, you need also these options in angular.json > > ``` > "buildOptimizer": false, > "optimization": false, > ``` > > under { ptojects: { : { architect: {...

Okay so I managed to find a way to make this work for now in our optimal scenario. All buildoptimizers enabled etc, ivy compiling full. So for me, I don't...