Skip to content
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

feat(tab): remove tabs service #1017

Merged

Conversation

pheebner
Copy link
Collaborator

@pheebner pheebner commented Oct 7, 2019

Remove dependency on TabsService. TabSetComponent and TabComponent no longer need it. Instead TabComponents are not rendered until their direction is set by their TabSetComponent.

@joeskeen : I had to add the use of setTimeout when setting the direction. I looked in the console and found that Angular was throwing because its value changed before the change detection cycle completed.

Remove dependency on TabsService
@pheebner
Copy link
Collaborator Author

pheebner commented Oct 7, 2019

Whoops, need to fix tests...

Fix tests so that they do not reference TabService
@joeskeen joeskeen merged commit 701c45f into HealthCatalyst:dev Oct 7, 2019
@benjanderson
Copy link
Contributor

🎉 This PR is included in version 6.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants