Skip to content

Commit bf0bfb5

Browse files
chore: adjust orgname name from @ngneat to @OpenNg
1 parent 0b0bd20 commit bf0bfb5

143 files changed

Lines changed: 477 additions & 499 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: '@ngneat/elf'
1+
name: '@openng/elf'
22

33
on:
44
push:

README.md

Lines changed: 13 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,9 @@ Elf encourages simplicity. It saves you the hassle of creating boilerplate code
2020
 Pagination
2121
 Devtools
2222

23-
## Sponsoring ngneat
24-
25-
[Sponsorships](https://github.com/sponsors/ngneat) aid in the continued development and maintenance of ngneat libraries. Consider asking your company to sponsor ngneat as its core to their business and application development.
26-
27-
### Gold Sponsors
28-
29-
Elevate your support by becoming a Gold Sponsor and have your logo prominently featured on our README in the top 5 repositories.
30-
31-
### Silver Sponsors
32-
33-
Boost your backing by becoming a Gold Sponsor and enjoy the spotlight with your logo prominently showcased in the top 3 repositories on our README.
34-
35-
### Bronze Sponsors
36-
37-
<a href="https://houseofangular.io" target="_blank">
38-
<img src="https://github.com/ngrx/platform/blob/main/projects/ngrx.io/src/assets/images/sponsors/house-of-angular.png" width="50px" height="50px" alt="House of Angular" />
39-
</a>
40-
41-
Become a bronze sponsor and get your logo on our README on GitHub.
42-
43-
<hr />
44-
4523
<p align="center">
4624

47-
[![@ngneat/elf](https://github.com/ngneat/elf/actions/workflows/ci.yml/badge.svg)](https://github.com/ngneat/elf/actions/workflows/ci.yml)
25+
[![@openng/elf](https://github.com/openng/elf/actions/workflows/ci.yml/badge.svg)](https://github.com/openng/elf/actions/workflows/ci.yml)
4826
[![commitizen](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)]()
4927
[![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)]()
5028
[![coc-badge](https://img.shields.io/badge/codeof-conduct-ff69b4.svg?style=flat-square)]()
@@ -53,7 +31,7 @@ Become a bronze sponsor and get your logo on our README on GitHub.
5331

5432
</p>
5533

56-
## 🤓 Learn about it on the [docs site](https://ngneat.github.io/elf/)
34+
## 🤓 Learn about it on the [docs site](https://openng.github.io/elf/)
5735

5836
## 👩‍🎓 Check out the React Todos [example](https://stackblitz.com/edit/react-ts-jidhej?file=todos/todos.tsx)
5937

@@ -62,8 +40,8 @@ Become a bronze sponsor and get your logo on our README on GitHub.
6240
<br >
6341

6442
```ts
65-
import { createStore, withProps, select, setProp } from '@ngneat/elf';
66-
import { withEntities, selectAllEntities, setEntities } from '@ngneat/elf-entities';
43+
import { createStore, withProps, select, setProp } from '@openng/elf';
44+
import { withEntities, selectAllEntities, setEntities } from '@openng/elf-entities';
6745

6846
interface TodosProps {
6947
filter: 'ALL' | 'ACTIVE' | 'COMPLETED';
@@ -91,15 +69,15 @@ export function updateFilter(filter: TodosProps['filter']) {
9169

9270
## 🗒️ Review the Change Logs
9371

94-
- [`@ngneat/elf`](https://github.com/ngneat/elf/blob/master/packages/store/CHANGELOG.md)
95-
- [`@ngneat/elf-cli`](https://github.com/ngneat/elf/blob/master/packages/cli/CHANGELOG.md)
96-
- [`@ngneat/elf-devtools`](https://github.com/ngneat/elf/blob/master/packages/devtools/CHANGELOG.md)
97-
- [`@ngneat/elf-entities`](https://github.com/ngneat/elf/blob/master/packages/entities/CHANGELOG.md)
98-
- [`@ngneat/pagination`](https://github.com/ngneat/elf/blob/master/packages/pagination/CHANGELOG.md)
99-
- [`@ngneat/persist-state`](https://github.com/ngneat/elf/blob/master/packages/persist-state/CHANGELOG.md)
100-
- [`@ngneat/requests`](https://github.com/ngneat/elf/blob/master/packages/requests/CHANGELOG.md)
101-
- [`@ngneat/state-history`](https://github.com/ngneat/elf/blob/master/packages/state-history/CHANGELOG.md)
72+
- [`@openng/elf`](https://github.com/openng/elf/blob/master/packages/store/CHANGELOG.md)
73+
- [`@openng/elf-cli`](https://github.com/openng/elf/blob/master/packages/cli/CHANGELOG.md)
74+
- [`@openng/elf-devtools`](https://github.com/openng/elf/blob/master/packages/devtools/CHANGELOG.md)
75+
- [`@openng/elf-entities`](https://github.com/openng/elf/blob/master/packages/entities/CHANGELOG.md)
76+
- [`@openng/pagination`](https://github.com/openng/elf/blob/master/packages/pagination/CHANGELOG.md)
77+
- [`@openng/persist-state`](https://github.com/openng/elf/blob/master/packages/persist-state/CHANGELOG.md)
78+
- [`@openng/requests`](https://github.com/openng/elf/blob/master/packages/requests/CHANGELOG.md)
79+
- [`@openng/state-history`](https://github.com/openng/elf/blob/master/packages/state-history/CHANGELOG.md)
10280

10381
## ⭐ Usage Trend of Elf Packages
10482

105-
[Usage Trend of Elf Packages](https://npm-compare.com/@ngneat/elf,@ngneat/elf-entities,@ngneat/elf-devtools,@ngneat/elf-persist-state,@ngneat/elf-requests,@ngneat/elf-pagination,@ngneat/elf-cli-ng,@ngneat/elf-state-history,@ngneat/elf-cli)
83+
[Usage Trend of Elf Packages](https://npm-compare.com/@openng/elf,@openng/elf-entities,@openng/elf-devtools,@ngneat/elf-persist-state,@ngneat/elf-requests,@ngneat/elf-pagination,@ngneat/elf-cli-ng,@ngneat/elf-state-history,@ngneat/elf-cli)

apps/ng/src/app/contacts/pagination-controls.pipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Pipe, PipeTransform } from '@angular/core';
2-
import { PaginationData } from '@ngneat/elf-pagination';
2+
import { PaginationData } from '@openng/elf-pagination';
33
import { generatePages } from './contacts-data';
44

55
@Pipe({

apps/ng/src/app/contacts/state/contacts.repository.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Injectable } from '@angular/core';
2-
import { createStore } from '@ngneat/elf';
3-
import { addEntities, withEntities } from '@ngneat/elf-entities';
2+
import { createStore } from '@openng/elf';
3+
import { addEntities, withEntities } from '@openng/elf-entities';
44
import {
55
PaginationData,
66
selectCurrentPage,
@@ -10,7 +10,7 @@ import {
1010
setPage,
1111
updatePaginationData,
1212
withPagination,
13-
} from '@ngneat/elf-pagination';
13+
} from '@openng/elf-pagination';
1414

1515
interface Contact {
1616
id: number;

apps/ng/src/app/contacts/state/contacts.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { getData } from '../contacts-data';
33
import { timer } from 'rxjs';
44
import { map, tap } from 'rxjs/operators';
55
import { ContactsRepository } from './contacts.repository';
6-
import { skipWhilePageExists } from '@ngneat/elf-pagination';
6+
import { skipWhilePageExists } from '@openng/elf-pagination';
77

88
@Injectable({ providedIn: 'root' })
99
export class ContactsService {

apps/ng/src/app/gallery/state/gallery.repository.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Injectable } from '@angular/core';
2-
import { createStore } from '@ngneat/elf';
2+
import { createStore } from '@openng/elf';
33
import {
44
addEntities,
55
selectAllEntities,
@@ -9,7 +9,7 @@ import {
99
updateEntities,
1010
withEntities,
1111
withUIEntities,
12-
} from '@ngneat/elf-entities';
12+
} from '@openng/elf-entities';
1313

1414
export interface GalleryItem {
1515
id: number;

apps/ng/src/app/todos/state/todos.repository.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Injectable } from '@angular/core';
2-
import { createStore, select, withProps } from '@ngneat/elf';
2+
import { createStore, select, withProps } from '@openng/elf';
33
import {
44
addEntities,
55
selectAllEntities,
@@ -8,7 +8,7 @@ import {
88
selectManyByPredicate,
99
updateEntities,
1010
withEntities,
11-
} from '@ngneat/elf-entities';
11+
} from '@openng/elf-entities';
1212
import { switchMap } from 'rxjs/operators';
1313
import { write } from '../../store/mutations';
1414

apps/ng/src/app/users/users.repository.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { Injectable } from '@angular/core';
2-
import { createStore } from '@ngneat/elf';
2+
import { createStore } from '@openng/elf';
33
import {
44
selectAllEntities,
55
selectEntity,
66
setEntities,
77
upsertEntities,
88
withEntities,
9-
} from '@ngneat/elf-entities';
10-
import { joinRequestResult } from '@ngneat/elf-requests';
9+
} from '@openng/elf-entities';
10+
import { joinRequestResult } from '@openng/elf-requests';
1111

1212
export interface User {
1313
id: number;

apps/ng/src/app/users/users.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { HttpClient } from '@angular/common/http';
22
import { inject, Injectable } from '@angular/core';
3-
import { trackRequestResult } from '@ngneat/elf-requests';
3+
import { trackRequestResult } from '@openng/elf-requests';
44
import { tap } from 'rxjs/operators';
55
import { User, UsersRepository } from './users.repository';
66

apps/ng/src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
77

88
import { AppModule } from './app/app.module';
99
import { environment } from './environments/environment';
10-
import { devTools } from '@ngneat/elf-devtools';
11-
import { enableElfProdMode } from '@ngneat/elf';
10+
import { devTools } from '@openng/elf-devtools';
11+
import { enableElfProdMode } from '@openng/elf';
1212

1313
if (environment.production) {
1414
enableProdMode();

0 commit comments

Comments
 (0)