UNPKG

@hicoder/angular-cli

Version:

Angular UI componenets and service generator. It works with the mean-rest-express package to generate the end to end web application. The input to this generator is the Mongoose schema defined for the express application. mean-rest-express exposes the Res

13 lines (9 loc) 344 B
import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; import { <%-ModuleName%>Routes } from '../<%-moduleName%>-cust/<%-moduleName%>.conf'; @NgModule({ imports: [RouterModule.forChild(<%-ModuleName%>Routes)], exports: [RouterModule], providers: [ ], }) export class <%-ModuleName%>RoutingModule { }