ngxtension / ngxtension-platform

Utilities for Angular
https://ngxtension.netlify.app/
MIT License
544 stars 80 forks source link

--includeReadonlyByDefault error in inject migration #347

Closed Sergiobop closed 3 months ago

Sergiobop commented 3 months ago

Following the docs https://ngxtension.netlify.app/utilities/migrations/inject-migration/, i'm trying the migration with the readonly option:

ng g ngxtension:convert-di-to-inject --includeReadonlyByDefault

But this errors shows in the terminal: Error: Unknown argument: includeReadonlyByDefault

eneajaho commented 3 months ago

Thanks for the issue. Looking into it now.