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
Known problem. Anything contains in <ng-content> would be created even if its DOM wouldn't be rendered, actually it's a feature (or bug?) of Angular. We would introduce another method to solve this problem in the future. For now you could use @guobin211 's method.
Version
1.8.1
Environment
local
Reproduction link
https://ng-zorro-antd-start-bqptxw.stackblitz.io
Steps to reproduce
When i use and ,create two tabs, as tab1 and tab2,when i open the page, tab1 and tab2 all print the console information
What is expected?
when i open tab1,render tab1 content, and when i open tab2,render tab2 content
What is actually happening?
when i open tab1,tab1 and tab2 all print the console information
Other?
The text was updated successfully, but these errors were encountered: