From 487e0ba580675ebc3c5eaf87c21a8ba311ed815e Mon Sep 17 00:00:00 2001 From: Chellappan Date: Thu, 3 Aug 2023 22:14:43 +0530 Subject: [PATCH 1/2] feat: add ngx-confetti-explosion --- src/app/libs.data.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/app/libs.data.ts b/src/app/libs.data.ts index ab1f846..b2ef93b 100644 --- a/src/app/libs.data.ts +++ b/src/app/libs.data.ts @@ -1673,4 +1673,21 @@ export const LIBRARY_SUPPORT_DATA: LibrarySupport[] = [ }, }, }, + { + name: 'ngx-confetti-explosion', + npmUrl: 'https://www.npmjs.com/package/ngx-confetti-explosion', + githubUrl: 'https://github.com/ChellappanRajan/ngx-confetti-explosion', + versionSupport: { + '15': { + libraryVersion: '1.0.0', + support: true, + link: undefined, + }, + '14': { + libraryVersion: '1.0.0', + support: true, + link: undefined, + } + }, + }, ]; From 0a8eb55fe54c113a01e553ea03ff09e1b46dbdc5 Mon Sep 17 00:00:00 2001 From: Chellappan Date: Fri, 4 Aug 2023 08:30:29 +0530 Subject: [PATCH 2/2] Update libs.data.ts --- src/app/libs.data.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/libs.data.ts b/src/app/libs.data.ts index b2ef93b..28b0ffe 100644 --- a/src/app/libs.data.ts +++ b/src/app/libs.data.ts @@ -1678,6 +1678,11 @@ export const LIBRARY_SUPPORT_DATA: LibrarySupport[] = [ npmUrl: 'https://www.npmjs.com/package/ngx-confetti-explosion', githubUrl: 'https://github.com/ChellappanRajan/ngx-confetti-explosion', versionSupport: { + '16': { + libraryVersion: '1.0.0', + support: true, + link: undefined, + }, '15': { libraryVersion: '1.0.0', support: true,