@some-angular-utils/table 0.0.18 → 0.0.19

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 (2) hide show
  1. package/README.md +14 -18
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Table
2
2
 
3
- This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.3.0.
3
+ This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.1.6.
4
+
5
+ ## Development server
6
+
7
+ To start a local development server, run:
8
+
9
+ ```bash
10
+ ng serve
11
+ ```
12
+
13
+ Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
4
14
 
5
15
  ## Code scaffolding
6
16
 
@@ -18,27 +28,13 @@ ng generate --help
18
28
 
19
29
  ## Building
20
30
 
21
- To build the library, run:
31
+ To build the project run:
22
32
 
23
33
  ```bash
24
- ng build table
34
+ ng build
25
35
  ```
26
36
 
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
- ```bash
35
- cd dist/table
36
- ```
37
-
38
- 2. Run the `npm publish` command to publish your library to the npm registry:
39
- ```bash
40
- npm publish
41
- ```
37
+ This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.
42
38
 
43
39
  ## Running unit tests
44
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@some-angular-utils/table",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Angular table utility library",
5
5
  "repository": {
6
6
  "type": "git",