You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into some errors while testing out these steps and found that we needed to add a fix to support the latest Angular build system. I created a PR here with updated steps & a fix. I will add you as a co-author on that PR, but could you let me know if you see any issues? Thank you! 🙂
I ran into some errors while testing out these steps and found that we needed to add a fix to support the latest Angular build system. I created a PR here with updated steps & a fix. I will add you as a co-author on that PR, but could you let me know if you see any issues? Thank you! 🙂
@brandyscarney Yes, I have not gotten the schematic to work any which way with Angular 20 but assumed that was a separate issue and wasn't sure how to approach that. I will test out the steps in that PR tomorrow and comment back here with the results.
@brandyscarney I verified I was getting that same error with Angular 20.0.5 and then followed the new steps on the fix branch. Everything was easy to follow and installed with no issues. I also tried with 19 and works the same. Thank you, I had tried to debug the schematic but did not get very far.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue number: resolves ionic-team/ionic-docs#2091
What is the current behavior?
Documentation to test
ng addschematic for @ionic/angular is outdated.What is the new behavior?
More steps added to install and build libraries, change using
npx schematicsforng add.Does this introduce a breaking change?