You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# ngx-dynamic-components
2
2
3
-
NGX Dynamic Components is a configuration based dynamic components library for Angular. That allows you to rapidly create dynamic forms and any other web or mobile-friendly layouts.
3
+
NGX Dynamic Components is a configuration based dynamic components library for Angular. That allows you to rapidly create dynamic forms or any other mobile-friendly web layouts.
4
4
5
-
Any web content can be dynamically rendered from JSON or XML based configuration with a full support of lifecycle hook methods to tap into key events in the lifecycle of a component.
5
+
Any web content can be dynamically rendered from JSON or XML based configuration with a full support of lifecycle hook methods.
6
6
7
-
We have three libraries to consider
8
-
-[**@ngx-dynamic-components\core**](./projects/core/readme.md) - a core dynamic rendering engine with no dependencies to external library. It contains a basic HTML components.
9
-
-[**@ngx-dynamic-components\bootstrap**](./projects/bootstrap/readme.md) - a set of bootstrap based components. This project has dependencies to the [ngx-bootstrap](https://valor-software.com/ngx-bootstrap)
10
-
-[**@ngx-dynamic-components\material**](./projects/material/readme.md) - a set of [Angular Material Components](https://material.angular.io/)
7
+
We have three libraries to offer
8
+
-[**@ngx-dynamic-components\core**](https://github.com/FalconSoft/ngx-dynamic-components/blob/master/projects/core/README.md) - a core dynamic rendering engine with no dependencies to any external library. And contains all basic HTML components.
9
+
-[**@ngx-dynamic-components\bootstrap**](https://github.com/FalconSoft/ngx-dynamic-components/blob/master/projects/bootstrap/readme.md) - a set of bootstrap based components. This project has dependencies to the [ngx-bootstrap](https://valor-software.com/ngx-bootstrap)
10
+
-[**@ngx-dynamic-components\material**](https://github.com/FalconSoft/ngx-dynamic-components/blob/master/projects/material/readme.md) - a set of [Angular Material Components](https://material.angular.io/)
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "ngx-dynamic-components",
3
-
"version": "0.1.20",
4
-
"description": "NGX Dynamic Components is a dynamic configuration driven web page builder. It is designed to build anything from a single one form web page to more complex web app.",
3
+
"version": "0.2.0",
4
+
"description": "NGX Dynamic Components is a configuration based dynamic components library for Angular. That allows you to rapidly create dynamic forms or any other mobile-friendly web layouts.",
Copy file name to clipboardExpand all lines: projects/bootstrap/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# @ngx-dynamic-components/bootstrap
2
2
3
-
NGX Dynamic Components is a configuration based dynamic components library for Angular. That allows you to rapidly create dynamic forms and any other web or mobile-friendly layouts.
3
+
NGX Dynamic Components is a configuration based dynamic components library for Angular. That allows you to rapidly create dynamic forms or any other mobile-friendly web layouts.
4
4
5
-
Any web content can be dynamically rendered from JSON or XML based configuration with a full support of lifecycle hook methods to tap into key events in the lifecycle of a component.
5
+
Any web content can be dynamically rendered from JSON or XML based configuration with a full support of lifecycle hook methods.
6
6
7
7
**@ngx-dynamic-components\bootstrap** - a set of bootstrap based components. This project has dependencies to the [ngx-bootstrap](https://valor-software.com/ngx-bootstrap)
Copy file name to clipboardExpand all lines: projects/bootstrap/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@ngx-dynamic-components/bootstrap",
3
-
"version": "0.1.20",
3
+
"version": "0.2.0",
4
4
"private": false,
5
5
"description": "@ngx-dynamic-components/bootstrap is Angular 7+ library what contains a bootstrap interfaces to build a configuration driven web pages and workflows.",
Copy file name to clipboardExpand all lines: projects/core/README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
1
# @ngx-dynamic-components/core
2
2
3
-
NGX Dynamic Components is a configuration based dynamic components library for Angular. That allows you to rapidly create dynamic forms and any other web or mobile-friendly layouts.
3
+
NGX Dynamic Components is a configuration based dynamic components library for Angular. That allows you to rapidly create dynamic forms or any other mobile-friendly web layouts.
4
4
5
-
Any web content can be dynamically rendered from JSON or XML based configuration with a full support of lifecycle hook methods to tap into key events in the lifecycle of a component.
5
+
Any web content can be dynamically rendered from JSON or XML based configuration with a full support of lifecycle hook methods.
6
6
7
-
We have three libraries to consider
8
-
9
-
**@ngx-dynamic-components\core** - a core dynamic rendering engine with no dependencies to external library. It contains a basic HTML components.
7
+
**@ngx-dynamic-components\core** - a core dynamic rendering engine with no dependencies to any external library. It contains all basic HTML components.
10
8
11
9
## Getting started
12
10
@@ -118,8 +116,6 @@ From the example above you see that have four main properties:
118
116
-**dataModel** - data object what you can bind to
119
117
-**eventHandlers** - event handlers function where you can subscribe to any events
120
118
121
-
## FAQ
122
-
123
119
### Why would you use it.
124
120
125
121
Composing and maintaining web forms and responsive web layouts can be tedious job. You will always have similar components with similar design patterns and requirements are usually changing frequently. While ngx-dynamic-components will allow you to:
@@ -147,4 +143,4 @@ ngx-dynamic-components was build to power a [Worksheet Systems](https://workshee
147
143
148
144
## License
149
145
150
-
A permissive MIT (c) - [FalconSoft Ltd](https://falconsoft-ltd.com)
146
+
A permissive MIT (c) - [FalconSoft Ltd](https://falconsoft-ltd.com)
Copy file name to clipboardExpand all lines: projects/core/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@ngx-dynamic-components/core",
3
-
"version": "0.1.20",
3
+
"version": "0.2.0",
4
4
"private": false,
5
5
"description": "@ngx-dynamic-components/core is Angular 7+ library what contains a core interfaces to build a configuration driven web pages and workflows.",
0 commit comments