15.2.1 • Published 7 months ago
@universis/ngx-signer v15.2.1
@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 underprojects
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" ] } } }
15.2.1
7 months ago
1.2.1
7 months ago
1.2.0
9 months ago
15.2.0
9 months ago
15.1.1
9 months ago
1.1.1
1 year ago
1.1.0
1 year ago
15.0.0
2 years ago
15.0.1
2 years ago
12.1.2
2 years ago
12.1.0
2 years ago
12.1.1
2 years ago
1.0.22
3 years ago
1.0.21
3 years ago
1.0.19
3 years ago
1.0.18
3 years ago
1.0.17
3 years ago
1.0.16
3 years ago
1.0.20
3 years ago
1.0.15
3 years ago
1.0.14
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.5
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.12
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.2-next.0
4 years ago
1.0.1-next.0
4 years ago