Skip to content

Commit

Permalink
Adding Angular libraries and a blog (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerometa committed Jun 20, 2023
1 parent 9259f8b commit 4b6fa42
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/site/src/data/angular/blogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,12 @@ export const blogs: Blog<(typeof blogTags)[number]>[] = [
href: 'https://www.thisdot.co/blog/?filter=Angular#result',
tags: [],
},
{
title: 'Daniel Kreider',
author: 'Daniel Kreider',
description: 'Angular Expert & Consultant',
image: 'https://danielk.tech/user/themes/zenita/img/favicon.webp',
href: 'https://danielk.tech/',
tags: [],
},
]
46 changes: 45 additions & 1 deletion packages/site/src/data/angular/libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -629,5 +629,49 @@ export const libraries: Library[] = [
'60+ feature-rich, Material-based components for building better UX and modern-day web apps.',
tags: [LibraryTag.COMPONENT, LibraryTag.FRAMEWORKS, LibraryTag.CLI],
language: 'TypeScript',
}
},
{
name: 'Analog',
author: 'Brandon Roberts',
repo: 'https://github.com/analogjs/analog',
package: 'https://www.npmjs.com/package/@analogjs/platform',
href: 'https://analogjs.org/',
image: 'https://analogjs.org/img/favicon.ico',
description: 'Analog is a meta-framework for building applications and websites with Angular.',
tags: [LibraryTag.FRAMEWORKS],
language: 'TypeScript',
},
{
name: 'Taiga UI',
author: 'Tinkoff Bank',
repo: 'https://github.com/tinkoff/taiga-ui',
package: 'https://www.npmjs.com/package/taiga-ui',
href: 'https://taiga-ui.dev/',
image: 'https://taiga-ui.dev/assets/favicon-32x32.png',
description: 'Taiga UI is fully-treeshakable Angular UI Kit that contains 130+ components, 100+ directives, dozens of tokens, utils and tools.',
tags: [LibraryTag.COMPONENT],
language: 'TypeScript',
},
{
name: 'Nebular',
author: 'Akveo',
repo: 'https://github.com/akveo/nebular',
package: 'https://www.npmjs.com/package/@nebular/theme',
href: 'https://akveo.github.io/nebular/',
image: 'https://akveo.github.io/nebular/favicon.png',
description: 'Nebular is a customizable Angular UI library that contains 40+ UI components, four visual themes, and Auth and Security modules.',
tags: [LibraryTag.COMPONENT],
language: 'TypeScript',
},
{
name: 'StateAdapt',
author: 'StateAdapt',
repo: 'https://github.com/state-adapt/state-adapt',
package: 'https://www.npmjs.com/package/@state-adapt/angular',
href: 'https://state-adapt.github.io/angular',
image: 'https://state-adapt.github.io/assets/sa3-3.svg',
description: 'Minimal, reactive and reusable state management',
tags: [LibraryTag.STATE_MANAGEMENT],
language: 'TypeScript',
},
]

0 comments on commit 4b6fa42

Please sign in to comment.