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

14 lines (10 loc) 303 B
import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-<%-moduleName%>', templateUrl: './<%-moduleName%>.component.html', styleUrls: ['./<%-moduleName%>.component.css'], }) export class <%-ModuleName%>Component implements OnInit { constructor() { } ngOnInit() { } }