Skip to content

Instantly share code, notes, and snippets.

@adityatyagi
Created December 11, 2019 17:55
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 adityatyagi/712e504b90167a9d774eb55402f2a301 to your computer and use it in GitHub Desktop.
Save adityatyagi/712e504b90167a9d774eb55402f2a301 to your computer and use it in GitHub Desktop.
import { Routes } from "@angular/router";
export const ALL_ROUTES: Routes = [
{
path: "",
loadChildren: "./home/home.module#HomeModule"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment