From 8325765802aaa7f71d3bd9c96e973c703f7594af Mon Sep 17 00:00:00 2001 From: Backia Raj Kanagaraj Date: Tue, 14 Feb 2023 09:45:45 +0530 Subject: [PATCH 1/2] EJ2-69282-Modified the content --- angularjs/Overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/angularjs/Overview.md b/angularjs/Overview.md index bdc2c716..3ab342df 100644 --- a/angularjs/Overview.md +++ b/angularjs/Overview.md @@ -8,6 +8,8 @@ documentation: ug # Overview of Syncfusion Essential AngularJS +> Syncfusion jQuery based widgets are no longer in active development. Switch to our pure JavaScript based next generation Essential JS 2 library. + Essential JS includes AngularJS directives for all controls in the `ej.widget.angular.min.js` script file. All the Essential JS directives have been encapsulated into a single module called `ejangular`. To render our ej controls in angular, you need to refer the `angular.min.js` and `ej.widget.angular.min.js` in your application. Create a new HTML file and include the below code: From 7c1f6066db71fdd89c2a2e036de00ec781d61dbe Mon Sep 17 00:00:00 2001 From: Rajendran R Date: Tue, 21 Feb 2023 06:38:19 +0530 Subject: [PATCH 2/2] Update Overview.md --- angularjs/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/Overview.md b/angularjs/Overview.md index 3ab342df..e082db7c 100644 --- a/angularjs/Overview.md +++ b/angularjs/Overview.md @@ -8,7 +8,7 @@ documentation: ug # Overview of Syncfusion Essential AngularJS -> Syncfusion jQuery based widgets are no longer in active development. Switch to our pure JavaScript based next generation Essential JS 2 library. +> The Syncfusion Angular components of Essential JavaScript 1 (jQuery-based widgets) are no longer actively developed, and the 2022 Volume 4 marked the last release. Users are encouraged to switch to the Syncfusion Angular components of Essential JS 2 library, which has been specifically designed to be lightweight and modular. Its size can be further optimized by including only the necessary controls and features for your application. For more information, please check out the Syncfusion Angular of Essential JS 2 library’s [documentation](https://ej2.syncfusion.com/angular/documentation/introduction) and [demo](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/overview). Essential JS includes AngularJS directives for all controls in the `ej.widget.angular.min.js` script file. All the Essential JS directives have been encapsulated into a single module called `ejangular`. To render our ej controls in angular, you need to refer the `angular.min.js` and `ej.widget.angular.min.js` in your application.