0.0.1-preview-2 • Published 6 years ago

shingsou.identityserver v0.0.1-preview-2

Weekly downloads
1
License
Unlicense
Repository
-
Last release
6 years ago

shingsou.identityserver

Install

npm install shingsou.identityserver --save

In your angular4 project:

// app.module.ts
import { IdentityServerClient } from 'shingsou.identityserver';
@NgModule({
    providers: [ IdentityServerClient ],
})
export class AppModule { }


// demo.ts
import { Component, OnInit } from '@angular/core';
import { IdentityServerClient } from 'shingsou.identityserver';
@Component({
  selector: 'demo',
})
export class DemoComponent implements OnInit {

  constructor(private ids:IdentityServerClient) { }

  ngOnInit() {
    //this.ids.apiresource_get()
  }
}
0.0.1-preview-2

6 years ago

0.0.1-preview-1

6 years ago

0.0.1

6 years ago