Identityserver Packages

joson.identityserver.angular

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

0.0.19 • Published 3 years ago