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

TabContainer not working in Angular and WebComponents version 0.10 #369

Closed
AlexandraHofmann opened this issue May 2, 2019 · 1 comment · Fixed by #370
Closed

TabContainer not working in Angular and WebComponents version 0.10 #369

AlexandraHofmann opened this issue May 2, 2019 · 1 comment · Fixed by #370

Comments

@AlexandraHofmann
Copy link

Describe the bug
When using the TabContainer within an Angular application and version 0.10, the TabContainer is not loading.

To reproduce
Steps to reproduce the behavior:

  1. Import TabContainer dependency
  2. Place TabContainer example from playground into application
  3. TabContainer is not loading, error thrown in console

Context

  • UI5 Web Components version: 0.10
  • OS/Platform: OSX
  • Browser (if relevant): Chrome

Affected components
TabContainer in version 0.10 (previous version 0.9 works fine)

Log output / Any errors in the console
Screenshot 2019-05-02 at 09 11 24

@vladitasev
Copy link
Contributor

Hello,

Thank you for bringing our attention to this! Since version 0.10 ui5-tab-container no longer automatically imports ui5-tab and ui5-tab-separator. We're in the process of updating our documentation to reflect this change.

Please import manually in your project:

import "@ui5/webcomponents/dist/Tab";

and, in case you're using it:

import "@ui5/webcomponents/dist/TabSeparator";

Regards,
Vladi

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

Successfully merging a pull request may close this issue.

2 participants