ngxs-labs / emitter

:octopus: New pattern that provides the opportunity to feel free from actions
MIT License
110 stars 5 forks source link

fix(build): Remove ngcc as it is not needed after angular 17 #790

Closed SanderBreivik closed 1 month ago

SanderBreivik commented 1 month ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Remove ngcc because it is not needed anymore See issue here

What is the new behavior?

Removed ngcc

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

arturovt commented 1 month ago

CI failing

SanderBreivik commented 1 month ago

Should be working again now @arturovt

SanderBreivik commented 1 month ago

CI passing again