Comparing version 3.0.0 to 3.0.1
@@ -0,0 +0,0 @@ /** |
@@ -1,8 +0,5 @@ | ||
import { OnInit } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class NgxArrayComponent implements OnInit { | ||
constructor(); | ||
ngOnInit(): void; | ||
export declare class NgxArrayComponent { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxArrayComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxArrayComponent, "lib-ngx-array", never, {}, {}, never, never, false, never>; | ||
} |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -8,6 +8,6 @@ { | ||
"description": "Array class is a global object that is used in the construction of arrays; which are high-level, list-like objects.", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"peerDependencies": { | ||
"@angular/common": "^16.1.8", | ||
"@angular/core": "^16.1.8" | ||
"@angular/common": "^15.2.0", | ||
"@angular/core": "^15.2.0" | ||
}, | ||
@@ -17,3 +17,3 @@ "dependencies": { | ||
}, | ||
"icon": "https://cdn-icons-png.flaticon.com/512/838/838483.png", | ||
"icon": "https://icon.beforepost.com/VYJ57IDB-D5QBG9K9-CXN7I5MX.svg", | ||
"keywords": [ | ||
@@ -37,3 +37,8 @@ "angular", | ||
"license": "MIT", | ||
"module": "fesm2022/ngx-array.mjs", | ||
"sideEffects": false, | ||
"module": "fesm2015/ngx-array.mjs", | ||
"es2020": "fesm2020/ngx-array.mjs", | ||
"esm2020": "esm2020/ngx-array.mjs", | ||
"fesm2020": "fesm2020/ngx-array.mjs", | ||
"fesm2015": "fesm2015/ngx-array.mjs", | ||
"typings": "index.d.ts", | ||
@@ -46,8 +51,9 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/ngx-array.mjs", | ||
"esm": "./esm2022/ngx-array.mjs", | ||
"default": "./fesm2022/ngx-array.mjs" | ||
"esm2020": "./esm2020/ngx-array.mjs", | ||
"es2020": "./fesm2020/ngx-array.mjs", | ||
"es2015": "./fesm2015/ngx-array.mjs", | ||
"node": "./fesm2015/ngx-array.mjs", | ||
"default": "./fesm2020/ngx-array.mjs" | ||
} | ||
}, | ||
"sideEffects": false | ||
} | ||
} |
export * from './lib/ngx-array.service'; | ||
export * from './lib/ngx-array.component'; | ||
export * from './lib/ngx-array.module'; |
@@ -11,2 +11,8 @@ <img width="256px" src="https://icon.beforepost.com/VYJ57IDB-D5QBG9K9-CXN7I5MX.svg"/> | ||
--- | ||
[<img src="https://github.com/manoj10101996/resources/blob/main/ngx-array-advertise.png?raw=true" width="100%" >](https://www.beforepost.com/package/ngx/ngx-array) | ||
--- | ||
## Import | ||
@@ -16,8 +22,12 @@ | ||
> import { NgxArrayModule} from "ngx-array"; | ||
``` | ||
import { NgxArrayModule} from "ngx-array"; | ||
``` | ||
Then import the module as follow on imports array | ||
> NgxArrayModule | ||
``` | ||
NgxArrayModule | ||
``` | ||
## Using | ||
@@ -29,4 +39,6 @@ | ||
> constructor(private \_ngArray: NgxArrayService) { } | ||
``` | ||
constructor(private _ngArray: NgxArrayService) { } | ||
``` | ||
Use reference for NgxArrayService in constructor and import it respectively at any component | ||
@@ -132,10 +144,6 @@ | ||
## Author | ||
--- | ||
Thanks in advance | ||
[<img src="https://github.com/manoj10101996/resources/blob/main/ngx-array-advertise.png?raw=true" width="100%" >](https://www.beforepost.com/package/ngx/ngx-array) | ||
[**Manojkumar Muthukumar**](https://codesandbox.io/u/manoj10101996) | ||
Coimbatore | ||
[![Visit beforepost.com for awesome color palettes & extract colors and text from any source](https://github.com/manoj10101996/resources/blob/main/npm-pack-beforepost.png?raw=true)](https://www.beforepost.com/) | ||
--- |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
153696
16
1598
146
1