1.0.6 • Published 8 years ago

@pomada/taza v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Taza

Key/Value Object Store. Safe or empty by design.

API

TazaService.do('key')

Returns stored value or empty object.

TazaService.do('key', value)

Saves and gets the value reference.

Usage

import { TazaService } from '@pomada/taza';

@NgModule({
  providers: [TazaService]
})
export class AppModule { }

export class AppComponent {
  constructor(private taza: TazaService) { }
}
1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago