@ngflux/ngflux 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +18 -54
  3. package/package.json +1 -1
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 NgFlux
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,64 +1,28 @@
1
- # Ngflex
1
+ # NgFlux Angular Library
2
2
 
3
- This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 21.2.0.
3
+ [![NPM version][npm-version-image]][npm-url]
4
+ [![NPM downloads][npm-downloads-image]][npm-downloads-url]
5
+ [![MIT License][license-image]][license-url]
4
6
 
5
- ## Code scaffolding
7
+ NgFlux provides powerful angular components, services, directives, pipes, guards and many more features for building awesome applications.
6
8
 
7
- Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
9
+ <!-- ## Resources -->
8
10
 
9
- ```bash
10
- ng generate component component-name
11
- ```
11
+ <!-- - [Wiki/Documentation][wiki-url] -->
12
+ <!-- - [Blog][blog-url] -->
12
13
 
13
- For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:
14
+ ## License
14
15
 
15
- ```bash
16
- ng generate --help
17
- ```
16
+ NgFlux is freely distributable under the terms of the [MIT license][license-url].
18
17
 
19
- ## Building
18
+ [wiki-url]: https://www.cyberpull.com/wiki/opensource/ngflux
19
+ [blog-url]: https://www.cyberpull.com/blog/tag/ngflux
20
20
 
21
- To build the library, run:
21
+ [license-image]: https://img.shields.io/github/license/NgFlux/ngflux
22
+ [license-url]: LICENSE
22
23
 
23
- ```bash
24
- ng build ngflux
25
- ```
24
+ [npm-version-image]: https://img.shields.io/npm/v/@ngflux/ngflux.svg?style=flat
25
+ [npm-url]: https://www.npmjs.com/package/@ngflux/ngflux
26
26
 
27
- This command will compile your project, and the build artifacts will be placed in the `dist/` directory.
28
-
29
- ### Publishing the Library
30
-
31
- Once the project is built, you can publish your library by following these steps:
32
-
33
- 1. Navigate to the `dist` directory:
34
-
35
- ```bash
36
- cd dist/ngflux
37
- ```
38
-
39
- 2. Run the `npm publish` command to publish your library to the npm registry:
40
- ```bash
41
- npm publish
42
- ```
43
-
44
- ## Running unit tests
45
-
46
- To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
47
-
48
- ```bash
49
- ng test
50
- ```
51
-
52
- ## Running end-to-end tests
53
-
54
- For end-to-end (e2e) testing, run:
55
-
56
- ```bash
57
- ng e2e
58
- ```
59
-
60
- Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
61
-
62
- ## Additional Resources
63
-
64
- For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
27
+ [npm-downloads-image]: https://img.shields.io/npm/dw/@ngflux/ngflux
28
+ [npm-downloads-url]: https://npmcharts.com/compare/@ngflux/ngflux?minimal=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngflux/ngflux",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/NgFlux/ngflux.git"