Skip to content

nz-tabs not displaying properly #8692

Discussion options

You must be logged in to vote

A coworker pointed my problem was that I was missing the registration of the angular Animations provider in my ApplicationConfig value.

providers: [
  provideNzI18n(en_US),
  provideAnimations(),   // This is missing
  ...
]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by scottbpennell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant