Skip to content

Commit

Permalink
Removed incorrect info from the README
Browse files Browse the repository at this point in the history
  • Loading branch information
lVlyke committed Dec 14, 2017
1 parent d541491 commit 4caac2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ npm install @lithiumjs/angular

Bootstrapping is required on the target class to enable event sources and state emitters for each instance. This is done via the ```Reactive``` class decorator.

**IMPORTANT NOTE: If you're using Angular 5 or above, the ```@Reactive``` decorator must be declared above any Angular class decorators (i.e. ```@Component``` or ```@Directive```), or Angular will not see any ```@Input``` or ```@Output``` metadata associated with the class.**

#### Example

```ts
Expand Down Expand Up @@ -393,15 +391,6 @@ function Reactive(): ClassDecorator

A decorator that bootstraps the target class, which wires up all own and inherited ```EventSource```s and ```StateEmitter```s to each class instance.

**Note**: This decorator must be applied **above** any Angular class decorators if using Angular >= 5. Example:

```ts
@Reactive()
@Component({...})
class Component {
}
```

### ```EventSource```

```ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lithiumjs/angular",
"version": "1.2.0",
"version": "1.2.1",
"description": "A set of extensions for Angular that enable writing highly reactive components using RxJS.",
"main": "index.js",
"author": "Mychal Thompson <mychal.r.thompson@gmail.com>",
Expand Down

0 comments on commit 4caac2b

Please sign in to comment.