1.0.0 • Published 7 years ago

swagen-ng2-http v1.0.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
7 years ago

Deprecation notice

The swagen-ng2-http generator has been deprecated and replaced by the swagen-angular (npm) package.

There are breaking changes in the configuration between swagen-ng2-http and swagen-angular. We recommend that you remove the existing configuration and recreate it from scratch.

  1. Install the swagen-angular package, either globally or locally
# Globally
npm install -g swagen-angular

# Locally
npm install --save-dev swagen-angular
  1. Uninstall the swagen-ng2-http package.
# Globally
npm uninstall -g swagen-ng2-http

# Locally
npm uninstall --save-dev swagen-ng2-http
  1. Ensure that you have the latest version of Swagen (npm).
# Check version of globally-installed Swagen
swagen version

# Check version of locally-installed Swagen
node_modules/.bin/swagen version
  1. From your swagen.config.json and swagen.config.js configuration files, remove any sections that use the swagen-ng2-http generator.

    If you are using recent versions of Swagen, you can type swagen remove <section name> to remove the section from swagen.config.json.

  1. Use the swagen init command to recreate these sections.
1.0.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago