Skip to content

Instantly share code, notes, and snippets.

@cheoalfredo
Created January 14, 2022 16:14
Show Gist options
  • Save cheoalfredo/232df3b19d0eeafe0feff8a6b64ff51d to your computer and use it in GitHub Desktop.
Save cheoalfredo/232df3b19d0eeafe0feff8a6b64ff51d to your computer and use it in GitHub Desktop.
Adding userinfo to available routes
const routes: Routes = [
{ path: 'userinfo', component: UserInfoComponent}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment