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

10 lines (7 loc) 282 B
import { Input, Component } from '@angular/core'; import { <%-SchemaName%>Component } from '../../../<%-moduleName%>/<%-schemaName%>/<%-schemaName%>.component'; @Component({ template: '', }) export class <%-SchemaName%>DetailCustComponent extends <%-SchemaName%>Component { }