1.0.6 • Published 11 months ago

apx-ng-external-asm-api v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

apx-ng-external-asm-api library

This is a swagger-generated library that provides an api surface for the External-ASM service.

Using this Library

To include this library in an Angular application, simply install and use just like any other 3rd party library:
1. Install within an application:

npm install --save apx-ng-external-asm-api  

After installation, import the package into the application's @NgModule. This requires two lines of code in the app.module.ts file.

  1. import the external-asm library module at the top of the file:
import {
  ExternalAsmApiModule,
  Configuration as ExternalAsmConfiguration,
  ConfigurationParameters as ExternalAsmConfigurationParameters
} from 'apx-ng-external-asm-api';
  1. import the external-asm library module into the @NgModule's imports array:
imports: [   
  ExternalAsmLibModule,  
  // other modules here...  
],  
1.0.6

11 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

3 years ago