3.3.1 • Published 5 months ago

@ng-apimock/dev-interface v3.3.1

Weekly downloads
1,629
License
-
Repository
github
Last release
5 months ago

ng-apimock/dev-interface npm Build Status Quality Gate Status Commitizen friendly semantic-release Dependabot Status dependency Status devDependency Status npm downloads

The development interface for ng-apimock.

Getting Started

npm install @ng-apimock/dev-interface --save-dev

Once the plugin has been installed, you can require it with this line of JavaScript:

const devInterface = require('@ng-apimock/dev-interface');

How does it work

The development interface is a small web application that connects to the @ng-apimock/core middelware and exposes all it's features in the ui.

Usage

In order to use the development interface you can add it to your serve configuration like this:

const connect = require('connect');
const app = connect();

app.use('/dev-interface/', serveStatic(devInterface));

The development interface can now be used by navigating to http://localhost:9000/dev-interface.

The development interface looks like this:

alt tag

3.3.1

5 months ago

3.3.0

5 months ago

3.2.1

1 year ago

3.2.0

1 year ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.0

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

6 years ago