The Three Steps To Style Angular Apps (video)

Share on facebook
Share on google
Share on twitter
Share on linkedin

In this video, I will show you three simple steps to style your Angular apps with a responsive layout and make it look how you want it to look fast.

 

Do you want to become an Angular architect? Check out Angular Architect Accelerator.

Related Posts and Comments

New Angular project? This is how I would start

Throughout my career as an Angular consultant, I have had occasions where I had to start with an Angular project from scratch which is a pipe dream for every software developer. Do everything the right way at the get-go, no legacy, you follow me… So, how do you get started with the project from scratch,

Read More »

Error, loading, content…? Use this page pattern for your Angular apps

When developing Angular applications, it’s common for pages to transition through three key states: error, loading, and show content. Every time you fetch data from an API, your page will likely show a loading indicator first, and then either render the content successfully or display an error message if something goes wrong. This pattern is

Read More »

3 thoughts on “The Three Steps To Style Angular Apps (video)”

  1. Sasha Klimenko

    Hi Christian, what do we need to do in the next situation?:
    – we have div with attr. fxLayout="row", but on tablet screen we need to fxLayout="column" ?
    1. How do we need to handle this changes and do it in a clear & understandable way?)

    1. Sasha Klimenko

      Because of these situations I “don’t like” to use such method of styling — I still think that CSS(scss) is the best place for our styling and positioning (with media queries)

Leave a Comment

Your email address will not be published. Required fields are marked *