ngx-alert-message
Advanced tools
Comparing version 0.0.6 to 0.0.7
import { OnInit } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class AlertComponent implements OnInit { | ||
textColor: string; | ||
constructor(); | ||
mode: any; | ||
@@ -11,2 +11,4 @@ close: any; | ||
ngOnInit(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "ngx-alert", never, { "mode": "mode"; "close": "close"; "bold": "bold"; "text": "text"; "disabled": "disabled"; }, {}, never, never>; | ||
} |
import { OnInit } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class JustAlertComponent implements OnInit { | ||
textColor: string; | ||
constructor(); | ||
mode: any; | ||
@@ -11,2 +11,4 @@ close: any; | ||
ngOnInit(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<JustAlertComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<JustAlertComponent, "ngx-just-alert", never, { "mode": "mode"; "close": "close"; "bold": "bold"; "text": "text"; "disabled": "disabled"; }, {}, never, never>; | ||
} |
import { OnInit } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class NgxAlertMessageComponent implements OnInit { | ||
constructor(); | ||
ngOnInit(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxAlertMessageComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxAlertMessageComponent, "lib-ngx-alert-message", never, {}, {}, never, never>; | ||
} |
@@ -0,2 +1,9 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./ngx-alert-message.component"; | ||
import * as i2 from "./alert/alert.component"; | ||
import * as i3 from "./just-alert/just-alert.component"; | ||
export declare class NgxAlertMessageModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxAlertMessageModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxAlertMessageModule, [typeof i1.NgxAlertMessageComponent, typeof i2.AlertComponent, typeof i3.JustAlertComponent], never, [typeof i1.NgxAlertMessageComponent, typeof i2.AlertComponent, typeof i3.JustAlertComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<NgxAlertMessageModule>; | ||
} |
@@ -0,3 +1,6 @@ | ||
import * as i0 from "@angular/core"; | ||
export declare class NgxAlertMessageService { | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxAlertMessageService, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<NgxAlertMessageService>; | ||
} |
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="ngx-alert-message" /> | ||
export * from './public-api'; | ||
export { AlertComponent as ɵa } from './lib/alert/alert.component'; | ||
export { JustAlertComponent as ɵb } from './lib/just-alert/just-alert.component'; |
@@ -8,9 +8,9 @@ { | ||
"description": "Alert messages", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"peerDependencies": { | ||
"@angular/common": "^12.2.0", | ||
"@angular/core": "^12.2.0" | ||
"@angular/common": "^13.0.0", | ||
"@angular/core": "^13.0.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
"tslib": "^2.3.0" | ||
}, | ||
@@ -29,14 +29,22 @@ "icon": "https://image.flaticon.com/icons/svg/2959/2959590.svg", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/manoj10101996/ngx-alert-message" | ||
"module": "fesm2015/ngx-alert-message.mjs", | ||
"es2020": "fesm2020/ngx-alert-message.mjs", | ||
"esm2020": "esm2020/ngx-alert-message.mjs", | ||
"fesm2020": "fesm2020/ngx-alert-message.mjs", | ||
"fesm2015": "fesm2015/ngx-alert-message.mjs", | ||
"typings": "ngx-alert-message.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./ngx-alert-message.d.ts", | ||
"esm2020": "./esm2020/ngx-alert-message.mjs", | ||
"es2020": "./fesm2020/ngx-alert-message.mjs", | ||
"es2015": "./fesm2015/ngx-alert-message.mjs", | ||
"node": "./fesm2015/ngx-alert-message.mjs", | ||
"default": "./fesm2020/ngx-alert-message.mjs" | ||
} | ||
}, | ||
"main": "bundles/ngx-alert-message.umd.js", | ||
"module": "fesm2015/ngx-alert-message.js", | ||
"es2015": "fesm2015/ngx-alert-message.js", | ||
"esm2015": "esm2015/ngx-alert-message.js", | ||
"fesm2015": "fesm2015/ngx-alert-message.js", | ||
"typings": "ngx-alert-message.d.ts", | ||
"metadata": "ngx-alert-message.metadata.json", | ||
"sideEffects": false | ||
} |
export * from './lib/ngx-alert-message.service'; | ||
export * from './lib/ngx-alert-message.component'; | ||
export * from './lib/ngx-alert-message.module'; | ||
export * from './lib/alert/alert.component'; | ||
export * from './lib/just-alert/just-alert.component'; |
@@ -12,8 +12,10 @@ <img src="https://image.flaticon.com/icons/svg/2959/2959590.svg" width="150px" title="STAR RATING" alt="STAR"> | ||
This preview was generated with [Stackblitz](https://stackblitz.com/edit/ngx-alert-message) | ||
<img src="https://github.com/manoj10101996/ngx-alert-message/blob/master/ss.png?raw=true" width="100%" title="STAR RATING" alt="STAR"> | ||
## CDN | ||
CDN Link for ngx-array- https://unpkg.com/ngx-alert-message@0.0.7/bundles/ngx-alert-message.umd.js | ||
# Angular version | ||
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.9. | ||
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0. | ||
@@ -24,3 +26,3 @@ ## Code integration | ||
> Note: Don't forget to run this commend `npm i ngx-alert-message` on root folder or else it will throw error. | ||
> Note: Don't forget to run this commend `npm i ngx-alert-message` on root folder or else it will throw error. | ||
@@ -35,13 +37,12 @@ ## Import | ||
>NgxAlertMessageModule | ||
> NgxAlertMessageModule | ||
## Using | ||
After importing this library with `npm install ngx-alert-message`, go to the component which is declared under `app.module.ts` and integrate as below. | ||
After importing this library with `npm install ngx-alert-message`, go to the component which is declared under `app.module.ts` and integrate as below. | ||
## just alert module | ||
> `<ngx-just-alert [close]="close" [mode]="mode" [bold]="bold" [disabled]="'true'" [text]="text"></ngx-just-alert>` | ||
> `<ngx-just-alert [close]="close" [mode]="mode" [bold]="bold" [disabled]="'true'" [text]="text"></ngx-just-alert>` | ||
> close : (required) value shoule be `true | false` | ||
@@ -57,6 +58,5 @@ | ||
## Alert module | ||
> `<ngx-alert [close]="close" [mode]="mode" [bold]="bold" [disabled]="'true'" [text]="text"></ngx-alert>` | ||
> `<ngx-alert [close]="close" [mode]="mode" [bold]="bold" [disabled]="'true'" [text]="text"></ngx-alert>` | ||
@@ -75,4 +75,2 @@ > close : (required) value shoule be `true | false` | ||
To get more help on the usage check out the [Ngx rating star README](https://github.com/manoj10101996/ngx-star-rating/blob/master/README.md). | ||
To get more help on the usage check out the [Ngx rating star README](https://github.com/manoj10101996/ngx-star-rating/blob/master/README.md). |
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
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
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
61553
524
20
72
1
1
+ Added@angular/common@13.4.0(transitive)
+ Added@angular/core@13.4.0(transitive)
- Removed@angular/common@12.2.17(transitive)
- Removed@angular/core@12.2.17(transitive)
Updatedtslib@^2.3.0