fix(#2801): fix Angular LTS initial tab example#419
Conversation
✅ Deploy Preview for abgov-ui-component-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
8d9585c to
4034b20
Compare
4034b20 to
1468014
Compare
|
@bdfranck Small issue that has nothing to do with this fix, this fix is great actually. But when I go to the example, the initialTab in the window isn't set to the second tab, it's still the first tab. This is in production now and must have been missed by me. If we can fix it in this PR, great, if not that's fine, let me know and I'll make another story for it. |
|
@ArakTaiRoth Yeah, these one or two line changes feel much more appropriate for an agent than the slot one. This issue sounds related to some similar tab issues. I'll take a look and make a new ticket. |
|
@bdfranck Nevermind, I can't replicate on production anymore. Can you merge alpha into this PR? Potentially it was fixed in the last push to production which means it was fixed in Alpha, potentially after you made this PR |
|
@ArakTaiRoth K, I've merged the latest alpha into this branch. 👍 |

This PR resolves GovAlta/ui-components#2801 by using a Copilot Agent with my instructions from #418. Here is Copilot's summary:
Summary of the Fix
I have successfully fixed the documentation issue reported in GitHub Issue #2801. Here's what was corrected:
Problem
The initial tab example for Angular LTS (old version) was incorrectly showing:
Solution
I corrected it to use the proper Angular syntax:
Details of the Change
Why This Fix is Correct
According to the component properties defined in the Tabs.tsx file:
The issue specifically mentioned "Angular 3.2.2" and "Angular LTS" which corresponds to the old version in this documentation system. The fix ensures that the documentation now shows the correct syntax for Angular LTS users.
###Verification
The documentation now correctly shows how to use the
initialtabproperty in Angular LTS, which resolves GitHub Issue #2801.