Skip to content

Commit

Permalink
feat: added @katoid/angular-grid-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
eneajaho committed Aug 9, 2023
1 parent 3592273 commit 8aae588
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions src/app/libs.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1674,6 +1674,7 @@ export const LIBRARY_SUPPORT_DATA: LibrarySupport[] = [
},
},
},

{
name: '@danielmoncada/angular-datetime-picker',
npmUrl:
Expand Down Expand Up @@ -1724,4 +1725,47 @@ export const LIBRARY_SUPPORT_DATA: LibrarySupport[] = [
},
},
},
{
name: '@katoid/angular-grid-layout',
npmUrl: 'https://www.npmjs.com/package/@katoid/angular-grid-layout',
githubUrl: 'https://github.com/katoid/angular-grid-layout',
versionSupport: {
'11': {
libraryVersion: '0.2.0',
link: 'https://github.com/katoid/angular-grid-layout/releases/tag/v0.2.0',
note: '',
support: true,
},
'12': {
libraryVersion: '1.2.0',
link: 'https://github.com/katoid/angular-grid-layout/releases/tag/v1.2.0',
note: '',
support: true,
},
'13': {
libraryVersion: '1.2.0',
link: 'https://github.com/katoid/angular-grid-layout/releases/tag/v1.2.0',
note: '',
support: 'partial',
},
'14': {
libraryVersion: '2.2.0',
link: 'https://github.com/katoid/angular-grid-layout/releases/tag/v2.2.0',
note: '',
support: true,
},
'15': {
libraryVersion: '2.2.0',
link: 'https://github.com/katoid/angular-grid-layout/releases/tag/v2.2.0',
note: '',
support: 'partial',
},
'16': {
libraryVersion: '2.2.0',
link: 'https://github.com/katoid/angular-grid-layout/releases/tag/v2.2.0',
note: '',
support: 'partial',
},
},
},
];

0 comments on commit 8aae588

Please sign in to comment.