Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ng-apimock/dev-interface

ng-apimock39k3.5.1

Development interface for ng-apimock

apimock, ng-apimock, http, api, local development, scenario, mocking, endpoints, responses, delay, recording

readme

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

changelog

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.5.1 (2024-06-07)

Bug Fixes

3.5.0 (2024-06-06)

Features

3.4.0 (2024-04-07)

Features

3.3.1 (2023-11-30)

Bug Fixes

  • package should include image (44d4346)

3.3.0 (2023-11-30)

Features

3.2.1 (2023-01-16)

Bug Fixes

  • 🐛 mock selection bug (53f3f4e)

3.2.0 (2022-12-09)

Bug Fixes

  • 🐛 budgets for angular css (a225af4)
  • 🐛 incorrect dependency versions (56ef822)
  • 🐛 incorrect versions (792b929)

Features

  • 🎸 update to latest angular version (8d74df0)

3.1.1 (2022-01-30)

Bug Fixes

3.1.0 (2021-11-08)

Features

3.0.0 (2021-07-21)

chore

  • 🤖 update dependencies (b64309c)

BREAKING CHANGES

  • 🧨 Drop support for IE 11

2.0.0 (2021-06-04)

Code Refactoring

  • update dev interface to angular-material (#22) (17a4521)

BREAKING CHANGES

  • 🧨 Upgrade to Angular-material

  • refactor: 💡 refactor dev interface

  • update to angular-material

  • feat: Create preset

1.2.0 (2021-04-15)

Features

1.1.0 (2020-09-08)

Features

  • mocks-overview: add badge colors (#10) (9342310)