@intelligo.ai/bonfire
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@intelligo.ai/bonfire", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Open source decorators utils for angular", | ||
@@ -13,2 +13,6 @@ "main": "./dist/lib/index", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/intelligogroup/bonfire" | ||
}, | ||
"keywords": [ | ||
@@ -15,0 +19,0 @@ "angular", |
@@ -12,4 +12,4 @@ # Bonfire | ||
You can your code cleaner and simpler with adding just 2 decorators to your code. | ||
We know that angular change detection is not simple if you want it to be officent, so I made Bonfire. | ||
You can make your code cleaner and simpler with adding just 2 decorators to your code. | ||
We know that angular change detection is not simple if you want it to be officiant. So I made Bonfire. | ||
Simple solution to hard problem. | ||
@@ -23,4 +23,2 @@ | ||
Install the dependencies and devDependencies and start the server. | ||
```sh | ||
@@ -37,3 +35,3 @@ $ npm i @intelligo.ai/bonfire | ||
| (1) ReRenderOnChange | The decorator on the component is actually what causes the other decorators to use change detection | Put it on the top of the component and make sure the component have change detection injected | | ||
| (2) SetPicker | Put it on a property we want to trigger re-render ***only*** if it changed | Just put it on the property | | ||
| (2) SetChecker | Put it on a property we want to trigger re-render ***only*** if it changed | Just put it on the property | | ||
| (3) WithObservable | Generate a behavior subject (Observable), Which emit values that stored in the original property (You don't need to maintain it at all! Just use it) | Put in on the original property and next to it write the same property name with '$', it will store automatically | | ||
@@ -40,0 +38,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8653
0
95