@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
26 lines (22 loc) • 526 B
text/typescript
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { RouterModule } from '@angular/router';
import { FormsModule } from '@angular/forms';
import { <%-ModuleName%>CoreModule } from '../<%-moduleName%>/<%-moduleName%>.core.module';
export class <%-ModuleName%>CustModule { }