Skip to content

Router Specification

ashimpaudel edited this page May 30, 2018 · 1 revision

When the user navigates to homepage, first check whether the user is logged-in or not.

  1. If user is not logged in, display the landing page
  2. If user is already logged in, never display the landing page. cribcuisine.com/cusines is the default homepage for logged in user.

This feature can be achieved by using AuthGuard.

Clone this wiki locally