New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hicoder/angular-cli

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hicoder/angular-cli

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

latest
Source
npmnpm
Version
0.9.72
Version published
Maintainers
2
Created
Source

Four basic list widget that will be used and generated during code generation

  • general
  • sub
  • select
  • association The listWidgetTypes is used to configure the list widgets types: listWidgetTypes: { general: 'general', select: 'select', sub: 'sub', association: 'association', },

Other widgets can be generated when assigned into the "listExtraWidgets" array.

  • dropdown-category: The list can be viewed based on category: listCategoryField, listCategoryField2 Configure the categories by "listCategories".
  • sel-add-edit Embedded add/edit view.
  • view-only No searc, heading, pagination, etc. Very clean list view.

A list widgets inside can contain one or multiple list view widgets. The view widgets for a list widget can be configured via "listWidgets": listWidgets: { general: { views: ['table', 'list', 'grid'], }, select: { views: ['table', 'list'], }, sub: { views: ['table', 'list'], }, view-only: { views: ['table', 'list'], } },

Keywords

Express

FAQs

Package last updated on 14 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts