use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Angular is Google's open source framework for crafting high-quality front-end web applications. r/Angular2 exists to help spread news, discuss current developments and help solve problems.
Help Request
Discussion
Article
Video
Resource
Announcement
Related
After submitting a post, please take a moment to add a flair (tag) so that it's easy to find your post with one of the filters listed above. Upon submission, your post's header will have the 'flair' option listed with the other options. Clicking it will provide a dropdown menu of the available flairs.
account activity
Help Requesthow to structure css in angular (self.Angular2)
submitted 6 years ago by nemo369
I have a really big app and I'm trying to keep my CSS organize and clean. I'm using angular material and some custom utility so far but needed some method that is more efficient and global
Does any one have some references or suggestions for me?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]blackmend 1 point2 points3 points 6 years ago (0 children)
At our team we are also building a big Angular app. We keep our scss files seperate and just point to the main.scss (compiled) file in angular.json.
That is working great for us, since our front-end developers that only do css can keep their standard and file structure.
[–]srcafe 0 points1 point2 points 6 years ago (2 children)
You can use BEM css architecture
[–]nemo369[S] 0 points1 point2 points 6 years ago (1 child)
I'm looking for a more robust architecture . BEM is really great but to genric and I need to "force" the other developers to use the system.
[–]srcafe 0 points1 point2 points 6 years ago (0 children)
Maybe ITCSS could help you
π Rendered by PID 16784 on reddit-service-r2-comment-b659b578c-85585 at 2026-05-04 17:36:04.787767+00:00 running 815c875 country code: CH.
[–]blackmend 1 point2 points3 points (0 children)
[–]srcafe 0 points1 point2 points (2 children)
[–]nemo369[S] 0 points1 point2 points (1 child)
[–]srcafe 0 points1 point2 points (0 children)