I want to create a dynamic menu, the data is get from database for 
instance. Here is the StackBlitz project 
<https://stackblitz.com/edit/angular-dmenu?file=src/app/dynamic-menu/dynamic-menu.component.html>
.


In the dynamic-menu.component.html in the StackBlitz project there are the 
dynamic solution and the static solution(that is commented).

 

The static solution should be how the dynamic solution will be rendered 
after executes.

If i just run with the static solution(uncomment and commented the dynamic) 
everything runs as expected, but if i try with the dynamic solution the 
menu does not work as expected (the main buttons stays on top of each other 
and the submenus do not display and work properly).

Is this related with how *ng-template* affect the CSS styles ?

Looking through Chrome developer tools i am able to see that the 
*class="mat-menu-item 
ng-star-inserted"* attribute in the dynamic version is added to the button 
for instance and this does not happen in the static version. I have try 
everything but i can not get it why is this happening. And how can i fix 
this. I am new to Angular but i want really understands how the frameworks 
works


Thanks in advance

Best regards

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/36cfd845-e7b5-468e-9319-bf32dc73cf5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to