Skip to content

Commit

Permalink
fix: contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalaforge committed Nov 27, 2023
1 parent d8b7936 commit e9f8c93
Show file tree
Hide file tree
Showing 42 changed files with 64 additions and 31 deletions.
3 changes: 3 additions & 0 deletions docs/src/content/contributors/chau-tran.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Chau Tran"
}
3 changes: 3 additions & 0 deletions docs/src/content/contributors/dale-nguyen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Dale Nguyen"
}
3 changes: 3 additions & 0 deletions docs/src/content/contributors/daniele-morosinotto.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Daniele Morosinotto"
}
3 changes: 3 additions & 0 deletions docs/src/content/contributors/enea-jahollari.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Enea Jahollari"
}
3 changes: 3 additions & 0 deletions docs/src/content/contributors/evgeniy-oz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Evgeniy OZ"
}
3 changes: 3 additions & 0 deletions docs/src/content/contributors/ion-prodan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Ion Prodan"
}
3 changes: 3 additions & 0 deletions docs/src/content/contributors/josh-morony.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Josh Morony"
}
3 changes: 3 additions & 0 deletions docs/src/content/contributors/lucas-garcia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Lucas Garcia"
}
3 changes: 3 additions & 0 deletions docs/src/content/contributors/mateusz-stefanczyk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Mateusz Stefańczyk"
}
3 changes: 3 additions & 0 deletions docs/src/content/contributors/nevzat-topçu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Nevzat Topçu"
}
3 changes: 3 additions & 0 deletions docs/src/content/contributors/tomer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Tomer"
}
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Components/host-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: hostBinding
description: ngxtension/host-binding
badge: stable
contributor: Lucas Garcia
contributor: lucas-garcia
---

`hostBinding` is a function that returns either a _writable_ or _readonly_ signal and binds the value held in that signal to the host property passed as the first argument like `@HostBinding` would do.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: clickOutside
description: An Angular directive that is used to detect clicks outside the element.
badge: stable
contributor: Dale Nguyen
contributor: dale-nguyen
---

## Import
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Directives/repeat.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: repeat
description: An Angular directive extending NgFor to allow iteration over a fixed number of iterations.
badge: stable
contributor: Chau Tran
contributor: chau-tran
---

## Import
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Directives/resize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: resize
description: An Angular directive and function for listening to element resize events, allowing you to respond dynamically to changes in element size.
badge: stable
contributor: Tomer953
contributor: tomer
---

import { Tabs, TabItem } from '@astrojs/starlight/components';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: TrackById / TrackByProp
description: Angular directives that simplify using trackBy in *ngFor, eliminating the need for custom component methods.
badge: stable
contributor: Daniele Morosinotto
contributor: daniele-morosinotto
---

## Import
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Forms/if-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ifValidator / ifAsyncValidator
description: Utility functions to dynamically change the validation of Angular's Reactive Form.
badge: stable
contributor: Tomer953
contributor: tomer
---

## Import
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Gesture/gesture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Gesture
description: ngxtension/gestures
badge: stable
contributor: Chau Tran
contributor: chau-tran
---

import { Tabs, TabItem } from '@astrojs/starlight/components';
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Gesture/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Introduction'
description: 'ngxtension/gestures'
badge: stable
contributor: Chau Tran
contributor: chau-tran
sidebar:
order: 1
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: injectActiveElement
description: An Angular utility to create an Observable that emits active element from the document.
badge: stable
contributor: Nevzat Topçu
contributor: nevzat-topçu
---

## Import
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: assertInjector
description: ngxtension/assert-injector
badge: stable
contributor: Chau Tran
contributor: chau-tran
---

`assertInjector` is an extension of [`assertInInjectionContext`](https://angular.io/api/core/assertInInjectionContext) that accepts a `Function` and an optional custom `Injector`
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Injectors/auto-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: injectAutoEffect
description: ngxtension/auto-effect
badge: stable
contributor: Chau Tran
contributor: chau-tran
---

`injectAutoEffect` is a CIF that returns an _auto-wired_ `Effect`, hence the name `auto-effect`. This `Effect` can be used in places that do not have an **implicit** Injection Context like `ngOnInit` or `afterNextRender`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: createInjectionToken
description: Create an InjectionToken and return an injectFn and provideFn for it as well.
badge: stable
contributor: Chau Tran
contributor: chau-tran
---

`createInjectionToken` is an abstraction over the creation of an [`InjectionToken`](https://angular.io/api/core/InjectionToken) and returns a tuple of `[injectFn, provideFn, TOKEN]`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: injectDestroy
description: ngxtension/inject-destroy
badge: stable
contributor: Enea Jahollari
contributor: enea-jahollari
---

`injectDestroy` is a helper function that returns an observable that emits when the component is destroyed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: injectIsIntersecting
description: ngxtension/inject-is-intersecting
badge: stable
contributor: Enea Jahollari
contributor: enea-jahollari
---

`injectIsIntersecting` is a helper function that returns an observable that emits when the component/directive or a given element is being intersected.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Injectors/inject-lazy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: injectLazy
description: ngxtension/inject-lazy
badge: stable
contributor: Enea Jahollari
contributor: enea-jahollari
---

`injectLazy` is a helper function that allows us to lazily load a service or any kind of Angular provider.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Injectors/inject-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: injectParams
description: ngxtension/inject-params
badge: stable
contributor: Enea Jahollari
contributor: enea-jahollari
---

`injectParams` is a helper function that allows us to inject params from the current route as a signal.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: injectQueryParams
description: ngxtension/inject-query-params
badge: stable
contributor: Enea Jahollari
contributor: enea-jahollari
---

`injectQueryParams` is a helper function that allows us to inject query params from the current route as a signal.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: injectNavigationEnd
description: An Angular utility to create an Observable that emits NavigationEnd events from the Angular Router.
badge: stable
contributor: Mateusz Stefańczyk
contributor: mateusz-stefanczyk
---

## Import
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Intl/intl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Intl
description: Additional Intl Utilities for formatting numbers, strings, and other objects.
badge: stable
contributor: Ion Prodan
contributor: ion-prodan
---

This is a collection of pipes designed for Angular applications that leverage the [Intl API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: createSingletonProxy
description: ngxtension/singleton-proxy
badge: stable
contributor: Chau Tran
contributor: chau-tran
---

`createSingletonProxy` creates a singleton instance of a given class when a property within it is accessed, not before.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Operators/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: debug
description: An RxJS operator that helps to debug what happens in an observable pipeline, it'll console.log all emitted values + final events (console.warn completed or console.error).
badge: stable
contributor: Daniele Morosinotto
contributor: daniele-morosinotto
---

## Import
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: mapSkipUndefined
description: An RxJS operator that allows applying a transform function to each value of the observable in (same as map), but with the ability to skip (filter out) some values if the function explicitly returns undefined or simply doesn't return anything for same code-path (implicit return undefined).
badge: stable
contributor: Daniele Morosinotto
contributor: daniele-morosinotto
---

## Import
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Operators/reduce-array.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: reduceArray
description: An RxJS operator designed to apply a reduce function to an array within an Observable stream, simplifying array transformations.
badge: stable
contributor: Tomer953
contributor: tomer
---

## Import
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Operators/rx-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: rxEffect
description: ngxtension/rx-effect
badge: stable
contributor: Lucas Garcia
contributor: lucas-garcia
---

`rxEffect` is a utility function that helps you create a side effect with rxjs, returning an already well handled `Subscription` with `takeUntilDestroyed` within it.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Pipes/call-apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: CallPipe / ApplyPipe
description: Standalone Angular pipes for invoking pure functions with arguments, leveraging Angular's pure pipe memoization.
badge: stable
contributor: Daniele Morosinotto
contributor: daniele-morosinotto
---

## Import
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Signals/computed-from.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: computedFrom
description: ngxtension/computed-from
badge: stable
contributor: Enea Jahollari
contributor: enea-jahollari
---

`computedFrom` is a helper function that combines the values of `Observable`s or `Signal`s and emits the combined value.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Signals/computed.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: computed/extendedComputed
description: ngxtension/computed
badge: stable
contributor: Chau Tran
contributor: chau-tran
---

`computed` / `extendedComputed` is an extension of Angular's `computed`. The main difference is `extendedComputed` callback is invoked with the previously computed value. This providers better DX for cases where the consumers need conditional computed and the result should have the previously computed value when a condition does not pass.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Signals/connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: connect
description: ngxtension/connect
badge: stable
contributor: Enea Jahollari
contributor: enea-jahollari
---

`connect` is a utility function that connects a signal to an observable and returns a subscription. The subscription is automatically unsubscribed when the component is destroyed. If it's not called in an injection context, it must be called with an injector or DestroyRef.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Signals/signal-slice.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: signalSlice
description: ngxtension/signalSlice
badge: stable
contributor: Josh Morony
contributor: josh-morony
---

`signalSlice` is loosely inspired by the `createSlice` API from Redux Toolkit. The general idea is that it allows you to declaratively create a "slice" of state. This state will be available as a **readonly** signal.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Signals/to-lazy-signal.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: toLazySignal
description: ngxtension/to-lazy-signal
badge: stable
contributor: Evgeniy OZ
contributor: evgeniy-oz
---

Using `toLazySignal()`, you can save some requests or improve performance.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/Stores/create-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: createEffect
description: ngxtension/create-effect
badge: stable
contributor: Chau Tran
contributor: chau-tran
---

`createEffect` is a standalone version of [NgRx ComponentStore Effect](https://ngrx.io/guide/component-store/effect)
Expand Down

0 comments on commit e9f8c93

Please sign in to comment.