Indigosoft / ngxd

✨🦊 NgComponentOutlet + Data-Binding + Full Lifecycle = NgxComponentOutlet for Angular 7, 8, 9, 10, 11, 12, 13, 14, 15, 16+
MIT License
321 stars 29 forks source link

Documentation or TypeScript Issue #31

Open hayleymdawson opened 4 years ago

hayleymdawson commented 4 years ago

The 9.x train of ngxd/core uses typescript 3.7, which is incompatible with angular 8.x and earlier.

I'm not sure which setup was intended here, but one of two things should be fixed: If the 9.x train was meant to be used for angular 7,8,9 the typescript version should be dropped back. If the intention was that angular version would match the release version (ie Angular 8 runs with the 8.x release train), please add that to the readme somewhere as the instructions/header of compatibility would lead you to believe otherwise.

thekiba commented 4 years ago

Thanks for your feedback, I'll add that into Readme 🙏

thekiba commented 4 years ago

Noted that in the readme, thanks!