Angular Rocks
Trailer
Bonus
Episode 16
Season 1
Responsive Design
These days, people use different devices to access the web. Therefore, every web application should be adapted to all screen sizes.
Responsive Design is a technique that allows screens to adjust to different sizes accordingly.
There are a few techniques to make your Angular Apps responsive. You can choose from several libraries specifically built for that purpose or just do plain CSS by writing CSS Media Queries.