ng-secure-storage
v1.1.1
Published
on this version expiration time is added to the stored items
Readme
NgSecureStorage
This project was generated using Angular CLI version 20.3.0.
This package can be used with angular +16 version because of usage of signal
The Way Of usage
0- If You Use Older Version You Must Clear Cache from browsers to work with new version properly
1- Set SecureStorageModule
SecureStorageModule.forRoot({
dbName: 'your_db_name',
version: 1 or your version,
storeName: 'your_storage_name',
iterations: 100_000,
});
``
2- Call service in your component or any where else
constructor(private secureStorageService: SecureStorageService) {}
Additional Resources
For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.
