1.0.6 • Published 7 years ago

@pomada/taza v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago