-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update code examples (or add new ones) to use the new design and not the deprecated one #283
Comments
Hello,
This is half correct. Yes it does indeed has examples of the old version. But this is very much intentional. If we could get rid of the examples using the old API we would but this was tremendously helpful to make sure we were supporting both API without breaking changes as our e2e tests run both with the old API (based on the folder you mentioned) and the new one. Which leads me to the other half that you may have missed: The That said, I do agree that we should've renamed
As explained, refer to
Looks like it does indeed Also, we started a PR to remove the deprecated code but it got stale and should be revived at some point, maybe for the Angular 15 upgrade |
Thank you! |
BTW @ophirKatz as one of the 2 things mentioned in this issue was about the old api, just FYI I've removed it recently. Thanks @188599 for pointing that out 👍 This should indeed being fixed |
@maxime1992 I saw, thanks mate! |
The example in the app folder of the repo showcases usage of the old version of creating ngx-sub-forms, and not the one with createForm.
This makes it harder to adopt since I don't see a guideline for best practices.
Please add another example using the new version :)
The text was updated successfully, but these errors were encountered: