lekhmanrus / ngx-pug-builders

Angular Pug Builders
MIT License
24 stars 4 forks source link

Angular 15 support / breaking changes #5

Closed jmbarbier closed 1 year ago

jmbarbier commented 1 year ago

Feature Description

Some infos on ngx-pug-builders and ng15

Tested with new angular 15, build / serve are OK.

ng test have problems as ng test outputs "Error: Specified patterns: "" did not match any spec files."

this is because of https://github.com/angular/angular-cli/commit/dbcea96274122db128099967fec3d1ecceafe1ab

two steps needed :

The first one is a one-liner into ngx-pug-builders code, the second one is changed by ng update, but not when using ngx-pug-builders, so it would eventually need a note in README ?

Until an ngx-pug-builders v15, changing tests.ts and calling ng test --include '**/*.ts' should be enough

Use Case

Use ngx-pug-builders with ng 15

lekhmanrus commented 1 year ago

Hi @jmbarbier, Thank you! Just released v15.0.0. 🙂