Skip to content

Commit 7eb8aab

Browse files
committed
feat: add new Angular meetups to events data
1 parent bcc8c6b commit 7eb8aab

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

public/assets/data/events.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2367,5 +2367,33 @@
23672367
"isRemote": false,
23682368
"isOnsite": true,
23692369
"location": "Delhi, India"
2370+
},
2371+
{
2372+
"name": "Angular London Meetup",
2373+
"organizerId": "angular-london",
2374+
"type": "meetup",
2375+
"date": "2025-09-11",
2376+
"url": "https://www.meetup.com/angular-london/events/308779045",
2377+
"callForPapersUrl": null,
2378+
"callForPapersDueDate": null,
2379+
"language": "English",
2380+
"isFree": true,
2381+
"isRemote": true,
2382+
"isOnsite": true,
2383+
"location": "London, UK"
2384+
},
2385+
{
2386+
"name": "Angular Community Meetup",
2387+
"organizerId": "angular-community",
2388+
"type": "meetup",
2389+
"date": "2025-07-21",
2390+
"url": "https://www.meetup.com/angularcommunity/events/309408529",
2391+
"callForPapersUrl": null,
2392+
"callForPapersDueDate": null,
2393+
"language": "English",
2394+
"isFree": true,
2395+
"isRemote": true,
2396+
"isOnsite": true,
2397+
"location": "Salt Lake City, UT"
23702398
}
23712399
]

0 commit comments

Comments
 (0)