-
Notifications
You must be signed in to change notification settings - Fork 0
Gists
ashimpaudel edited this page May 27, 2018
·
2 revisions
- 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.