Skip to content

Instantly share code, notes, and snippets.

@ismcagdas
Created January 29, 2018 12:25
Show Gist options
  • Select an option

  • Save ismcagdas/e5d2315aafeadcf26c2e58196847db1b to your computer and use it in GitHub Desktop.

Select an option

Save ismcagdas/e5d2315aafeadcf26c2e58196847db1b to your computer and use it in GitHub Desktop.
Acme.HeroShop - app-routing.module.ts
import { NgModule } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';
const routes: Routes = [];
@NgModule({
imports: [RouterModule.forRoot(routes)],
exports: [RouterModule]
})
export class AppRoutingModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment