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
My suggestion would be to figure out which of the component libraries fits better the project needs feature wise and stick with it, either primeng or angular-material.
If bootstrap cannot be removed completely, I would suggest stripping its functionality to the bear minimum. For example just keep the parts of the css for the grid system. Since the layout is already structured with bootstrap and it would require some effort removing it. I would suggest removing any dependency to the javascript/jquery based libraries of boostrap.
Alternatively for layout structuring there is the flex-layout
All the functionality provided by bootstrap through javascript should be covered by either primeng or angular-material already.
Current status seems to have different libraries in use increasing complexity.
In particular there is bootstrap which pulls jquery, a material theme for bootstrap, angular material and primeng.
The text was updated successfully, but these errors were encountered: