shlomiassaf / ng-cli-packagr-tasks

Tasks & Workflow for ng-packagr.
MIT License
31 stars 6 forks source link

Angular 8 Support #5

Closed vultix closed 5 years ago

vultix commented 5 years ago

I love and use this plugin for my libraries, and need to update to Angular 8. Shouldn't be a lot of work to update.

shlomiassaf commented 5 years ago

Angular 8 comes with new CLI features, one of it is the new Builders API.

I don't know if it's backward compatible, I assume its not.

So there is some work for me here:

It also means the next version will not work with angular < 8

I'll have to work on this cause i'm using this package myself :)

shlomiassaf commented 5 years ago

OK,

I have something that might be ready in this branch

I can't publish it because I did not test it at all, so if you want to help and tell me if it work, I'll appreciate it!

Thanks.

shlomiassaf commented 5 years ago

OK, version 4.0.0 is published, supports angular v8