UI framework that doesn’t conflict with Angular 2+?

Asked

Viewed 48 times

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?

  • 1

    Ideal really is not to mix Angular with jQuery but to use frameworks that have Angular directives, such as Angular Material, Bootstrap, etc..

  • 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

  • @Lucascosta, Material Angularjs is only compatible with Angularjs 1.x

  • 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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.