Skip to content

Commit

Permalink
feat: Angular - New Subcategory under Frontend (#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aru-Ku authored Jan 5, 2024
1 parent 917be58 commit 8f891ff
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const sidebarData: ISidebar[] = [
url: '/ui-libraries',
resources: DB.uilibraries,
},
{ name: 'angular', url: '/angular', resources: DB.angular },
],
},
{
Expand Down
34 changes: 34 additions & 0 deletions database/frontend/angular.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{
"name": "Angular Official",
"description": "Angular latest official documentation, tutorials, and playgrounds",
"url": "https://angular.dev",
"category": "frontend",
"subcategory": "angular",
"language": "english"
},
{
"name": "NgRx",
"description": "Reactive State Management for Angular",
"url": "https://ngrx.io/guide/store",
"category": "frontend",
"subcategory": "angular",
"language": "english"
},
{
"name": "Angular Material",
"description": "Material Design components for Angular",
"url": "https://material.angular.io/",
"category": "frontend",
"subcategory": "angular",
"language": "english"
},
{
"name": "Angular Challenges",
"description": "Practice Angular by completing challenges",
"url": "https://angular-challenges.vercel.app/guides/getting-started/",
"category": "frontend",
"subcategory": "angular",
"language": "english"
}
]
1 change: 1 addition & 0 deletions database/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// frontend
export { default as accessibility } from './frontend/accessibility.json'
export { default as angular } from './frontend/angular.json'
export { default as animations } from './frontend/animations.json'
export { default as colors } from './frontend/colors.json'
export { default as designInspirations } from './frontend/design-inspirations.json'
Expand Down

1 comment on commit 8f891ff

@vercel
Copy link

@vercel vercel bot commented on 8f891ff Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.