1.1.1 • Published 2 months ago

@universis/ngx-signer v1.1.1

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
gitlab
Last release
2 months ago

@universis/ngx-signer

Universis Signer client modules for angular

Installation

npm i @universis/ngx-signer

Usage

Import NgxSignerModule in app modules

...
import { NgxSignerModule } from '@universis/signer';

@NgModule({
declarations: [
    ...
],
imports: [
    ...
    NgxSignerModule.forRoot()
],
    providers: [
        ...
    ],
    bootstrap: [ AppComponent ]
})
export class AppModule {

}

Development

This project is intended to be used as a part of an angular cli project.

  • Add this project as git submodule

      git submodule add https://gitlab.com/universis/ngx-signer.git packages/ngx-signer
  • Edit angular.json and add ngx-signer configuration under projects node:

      "ngx-signer": {
          "root": "packages/ngx-signer",
          "sourceRoot": "packages/ngx-signer/src",
          "projectType": "library",
          "prefix": "universis",
          "architect": {
              "build": {
                  "builder": "@angular-devkit/build-ng-packagr:build",
                  "options": {
                      "tsConfig": "packages/ngx-signer/tsconfig.lib.json",
                      "project": "packages/ngx-signer/ng-package.json"
                  }
              },
              "test": {
              "builder": "@angular-devkit/build-angular:karma",
              "options": {
                  "main": "packages/ngx-signer/src/test.ts",
                  "tsConfig": "packages/ngx-signer/tsconfig.spec.json",
                  "karmaConfig": "packages/ngx-signer/karma.conf.js"
              }
              },
              "lint": {
              "builder": "@angular-devkit/build-angular:tslint",
              "options": {
                  "tsConfig": [
                      "packages/ngx-signer/tsconfig.lib.json",
                      "packages/ngx-signer/tsconfig.spec.json"
                  ],
                  "exclude": [
                  "**/node_modules/**"
                  ]
              }
          }
      }
      }
  • Import @universis/ngx-signer in tsconfig.json#paths

      {
          ...
          "compilerOptions": {
              ...
              "paths": {
                  ...
                  "@universis/ngx-signer": [
                      "packages/ngx-signer/src/public_api"
                  ]
              }
          }
      }
1.1.1

2 months ago

1.1.0

2 months ago

15.0.0

12 months ago

15.0.1

12 months ago

12.1.2

12 months ago

12.1.0

1 year ago

12.1.1

1 year ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.20

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.5

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.12

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.2-next.0

3 years ago

1.0.1-next.0

3 years ago