Home Manual Reference Source Test Repository

References

References

Class Summary

Static Public Class Summary
public

Provides access to the Web storage.

public

The Web Storage module.

Variable Summary

Static Public Variable Summary
public

LocalStorage: InjectionToken

An injection token representing the local storage.

public

SessionStorage: InjectionToken

An injection token representing the session storage.

Changelog

Changelog

This file contains highlights of what changes on each version of the Web Storage for Angular project.

Version 0.5.0

Version 0.4.0

  • Added the onChanges event stream to the Storage class.

Version 0.3.0

  • Renamed the package to ngx-webstorage due to a trademark issue.

Version 0.2.0

  • Breaking change: removed the LocalStorage and SessionStorage classes.
  • Breaking change: removed the WINDOW injection token.
  • Breaking change: renamed the DOMStorage class to Storage.
  • Breaking change: renamed the Storage#containsKey method to has.
  • Added the LocalStorage and SessionStorage injection tokens.
  • Updated the dependencies.

Version 0.1.0

  • Initial release.