All Downloads are FREE. Search and download functionalities are using the official Maven repository.

angular.src.app.app-routing.module.ts Maven / Gradle / Ivy

There is a newer version: 5.0.0-M2
Show newest version
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
/**
 * auto generated app routing module ts file
 * 
write modifications between specific code marks *
processed by skeleton-generator */ const routes: Routes = [ /* Specific Code Start */ /* Specific Code End */ ]; @NgModule({ imports: [RouterModule.forRoot(routes)], exports: [RouterModule] }) export class AppRoutingModule { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy