Skip to content

Instantly share code, notes, and snippets.

@Kalpesh300
Created March 7, 2020 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kalpesh300/51946fdd59aa93e30ed5db4c14313de5 to your computer and use it in GitHub Desktop.
Save Kalpesh300/51946fdd59aa93e30ed5db4c14313de5 to your computer and use it in GitHub Desktop.
import * as routeConstants from 'route.constants.ts';
const routes: Routes = [
{
path: routeConstants.LOGIN_URL,
component: LoginComponent,
},
{
path: routeConstants.REGISTER_URL,
component: RegisterComponent,
},
{
path: routeConstants.FORGOT_PASSWORD_URL,
component: ForgotPasswordComponent,
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment