0
I’m using Angular 4, I like it a lot, but I saw that the Angular documentation suggests using CSS by components, correct? I found it a little uncomfortable practice and I’m preferring to use it by style, normally.
However, I see that it conflicts with Jquery and some Javascript, where some components such as the Bootstrap navbar and Materialize Forms stop working properly. Anyway, I would have some solution for this, or really I should use some framework without Javascript or based on components ?
You can link the documentation reference that says CSS by components?
– vinibrsl
Ideal really is not to mix Angular with jQuery but to use frameworks that have Angular directives, such as Angular Material, Bootstrap, etc..
– BrTkCa
When it comes to modularized (angular) framework, it’s good to use compatible and adaptable UI frameworks, usually official like https://material.angular.io/ for angular-2
– Felipe Duarte
@Lucascosta, Material Angularjs is only compatible with Angularjs 1.x
– Felipe Duarte
Yes @Felipeduarte, I put as a comment why I do not master Angular 4 to post a reply, but to exemplify the frameworks that exist.
– BrTkCa