@corsed-bytes/ngx-authorization
v0.0.3
Published
Helper library for Angular microfrontends that deal with authorization stuff. I.e. Login, Logout, Lost, SignIn, Renew of accounts and logins. Each of aformentioned actions need to be bound to Promises eventually running the actionas against backend. This
Downloads
2
Readme
Authorization
This library was generated with Angular CLI version 8.2.14.
Code scaffolding
Run ng generate component component-name --project authorization
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project authorization
.
Note: Don't forget to add
--project authorization
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build authorization
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build authorization
, go to the dist folder cd dist/authorization
and run npm publish
.
Running unit tests
Run ng test authorization
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.