Socket
Socket
Sign inDemoInstall

plexiform-build-ng

Package Overview
Dependencies
1
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    plexiform-build-ng

A plexiform build script for generating a front-end to a plexiform-build-api; using TypeScript and Angular.


Version published
Weekly downloads
43
increased by377.78%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

plexiform-build-ng

A build script for plexiform to build:

  • TypeScript entity interfaces, classes, boilerplate
  • api-service consumer offering strongly-typed full coverage of a plexiform-build-api Web Api
  • Rudimentary Admin CRUD UI
  • Additional client utils

Purpose

Useful Admin CRUD UI, for manipulating data.

Api-service consumer and interfaces, for use in Ng apps.

Api-service can be used in any JavaScript client app after ts compile.

Audience

This is intended as an internal-only solution. We are not trying to cut this such that others will be pleased with the fit.

However, if others wish to give it a go then I am very keen to hear feedback, advice, and to accept code contributions.

Installation

After the usual plexiform install and build...

The following needs to be inserted into your app.module.ts:

  import { AdminuiModule } from './admin-ui/adminui.module';

and also add to the imports collection.

Progress / Destination

This is considered v1.0.0 since 29/12/2017 as this has already been in use for some time. However, v1.0.0 is also a breaking change from the 0.7.4 pre-release version!

This is being developed in sync with plexiform-build-api.


FAQs

Last updated on 02 Feb 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc