Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Ratsuky1026yIn that context, when using Angular 6 i'd advise the use of angular material, it has very good documentation, easy integration and most of what UI things you need.
Also here's a few links to get you started:
https://medium.com/codingthesmartwa...
https://material.angular.io/ -
Ratsuky1026y@illusion466 bootstrap is fine if you can somehow reduce jquery and all the bootstrap.js, so if you really need that interactive js-driven part of it a bunch of bloatware and asset management must be done to prevent it from turning into a garbled mess. On that note i've built a nice little asset management solution for a past project using just gulp so i can't really coment on using or not using bootstrap
-
Ratsuky1026y@illusion466 what about the accordeon, dropdowns and tooltips also modals those need the js and that js needs jquery, i mean those components are what makes bootstrap good without that js part you're bettet of using bulma
Related Rants
-
Kalvin17How does a front-end developer get away with murder? $('body').hide(); //I'll see myself out
-
viadukt20Front-end developer's to-do list : ☑ Climb Everest ☑ Learn how to speak mandarin ☑ Become god ◻ Verti...
-
diegovincent37Hi, I am a Javascript apprentice. Can you help me with my project? - Sure! What do you need? Oh, it’s very...
So here's a question for all the front-end web devs. I'm mostly a back-end dev, but currently learning Angular 6 for a personal project I'm doing.
Didn't realize that styling isn't what Angular does (or maybe it does, and I just don't know), but that you should use some framework for styling too.
So the question is: What is most commonly used, is it bootstrap or something like that?
question
angular
front-end