syncfusion / JavaScript-Widgets

Syncfusion Essential JavaScript is a comprehensive collection of over 80+ enterprise-grade HTML5 JavaScript components for building modern web applications.
http://www.syncfusion.com/products/javascript
35 stars 36 forks source link

missing dependency? #6

Closed bondarewicz closed 7 years ago

bondarewicz commented 8 years ago

just ran: bower install syncfusion-javascript --save and included 'ejangular' in angular module dependencies as seen in the docs

Getting: Module 'ejangular' is not available!

Checked under bower_components and only got ej.angular2.min.js

syncfusion

bowser.json points to "syncfusion-javascript": "^14.2.26" Could someone point me into the right direction here? Any help appreciated...

karthickthangasamy commented 7 years ago

@bondarewicz All the Essential JS for AngularJS directives have been encapsulated into a single module called ejangular and those are available in ej.widget.angular.min.js.

Help documentation : https://help.syncfusion.com/angularjs/overview Sample browser : http://ngjq.syncfusion.com/

Thanks.