xt-plugin-default 0.4.0 → 0.4.1

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 +11 -18
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,24 +1,17 @@
1
- # Default
1
+ ![ng-xtend logo](https://dont-code.net/assets/images/logos/logo-xtend-angular-red-small.png)
2
2
 
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0.
3
+ # Plugin xt-default
4
4
 
5
- ## Code scaffolding
5
+ This plugin is part of the [ng-xtend framework](https://github.com/dont-code/ng-xtend/blob/main/README.md)
6
6
 
7
- Run `ng generate component component-name --project default` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project default`.
8
- > Note: Don't forget to add `--project default` or else it will be added to the default project in your `angular.json` file.
7
+ It enable [xt-components](https://github.com/dont-code/ng-xtend/tree/main/libs/xt-components) to
9
8
 
10
- ## Build
9
+ - Display and edit any primitive value
10
+ ![Primitive Editor](https://dont-code.net/assets/images/screenshots/plugin-default-primitive.png)
11
+ - or complex object
12
+ ![Object Editor](https://dont-code.net/assets/images/screenshots/plugin-default-object.png)
13
+ - or list of objects
14
+ ![List Viewer](https://dont-code.net/assets/images//screenshots/plugin-default-list.png)
11
15
 
12
- Run `ng build default` to build the project. The build artifacts will be stored in the `dist/` directory.
16
+ With it you are sure you can display / edit any type within any xt-components application like [xt-host](https://github.com/dont-code/ng-xtend/tree/main/libs/xt-host).
13
17
 
14
- ## Publishing
15
-
16
- After building your library with `ng build default`, go to the dist folder `cd dist/default` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test default` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xt-plugin-default",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.5",
6
6
  "@angular/core": "^19.0.5"