0.0.16 • Published 4 years ago

@sirusdev/ec-client-angular v0.0.16

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

EC Client Angular

Edge central client library designed for Angular framework

Getting Started

To use this library simply add to your package dep. and register on your root modules with desired configurations.

  1. install using npm

    npm i @sirusdev/ec-client-angular
  2. register this client on root modules

    @NgModule({
      declarations: [AppComponent],
      entryComponents: [],
      imports: [
        ...
        EdgeCentralModule.forRoot({
          edgeCN: 'ec.qh.sirus.dev',
          ecvcHost: 'ecvc.qh.sirus.dev',
          cloudCentralHost: 'api-cc.qh.sirus.dev',
          // set insecure to true when you are using insecure endpoint like localahost
          inSecure: true // optional
        }),
      ],
      ...
      bootstrap: [AppComponent]
    })
0.0.17-mary.1

4 years ago

0.0.16

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago