Socket
Socket
Sign inDemoInstall

ng-eldeeb-image-picker

Package Overview
Dependencies
5
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.1.3 to 16.1.4

ng-eldeeb-image-picker-16.1.4.tgz

2

package.json
{
"name": "ng-eldeeb-image-picker",
"description": "This is image picker component made with ❤️",
"version": "16.1.3",
"version": "16.1.4",
"keywords": [

@@ -6,0 +6,0 @@ "image picker",

@@ -53,19 +53,3 @@ # Eldeeb Image Picker

## Usage/Examples
### App Component Ts
```js
export class AppComponent implements OnInit {
public readonly imgPicker:FormControl<string | File | null>= new FormControl();
public ngOnInit(): void {
this.imgPicker.valueChanges.subscribe(console.log);
}
public onImageError = ($event: ImagePickerError): void => {
console.log($event);
};
}
```
### App Component Ts

@@ -72,0 +56,0 @@ ```js

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc