Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions angularjs/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ documentation: ug

# Overview of Syncfusion Essential AngularJS

> 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.

Create a new HTML file and include the below code:
Expand Down