sss-core-lib
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "sss-core-lib", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^8.2.14", |
@@ -0,4 +1,27 @@ | ||
# Description | ||
This package is used to interact with the cloud service. | ||
The service allows you to store data in the cloud about the user, groups, authorizations and other data necessary for any site. | ||
It is also possible to create and edit data collections, which can be of any structure. | ||
Send notification email through our cloud service. | ||
# Install | ||
``` | ||
npm i sss-core-lib --save | ||
``` | ||
``` | ||
#Usage | ||
Add `SssCoreModule` into your `app.module.ts` | ||
``` | ||
import { SssCoreModule } from 'sss-core-lib'; | ||
``` | ||
``` | ||
imports: [ | ||
SssCoreModule, | ||
], | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
358398
28