Skip to content
ashimpaudel edited this page May 27, 2018 · 2 revisions
  1. To make the page responsive to all devices following line should be added inside the section of index.html: <meta name="viewport" content="width=device-width, initial-scale=1">

2 Consider giving each feature module its own route configuration file. It may seem like overkill early when the feature routes are simple. But routes have a tendency to grow more complex and consistency in patterns pays off over time.

Clone this wiki locally