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.