This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@saferx/observe
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

Observe

npm version

Observe class property to subject

Other "safe" extensions and utilities for RxJS

Installation

npm i @saferx/observe

Usage

import { Observable } from "rxjs";
import { observe } from "@saferx/observe";

export class User {
    @observe("name$") name: string;
    name$: Observable<string>;
}

Package Sidebar

Install

npm i @saferx/observe

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

10.7 kB

Total Files

15

Last publish

Collaborators

  • krickray