IocPerformance | Performance comparison of .NET IoC containers | Dependency Injection library
kandi X-RAY | IocPerformance Summary
kandi X-RAY | IocPerformance Summary
Performance comparison of .NET IoC containers
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of IocPerformance
IocPerformance Key Features
IocPerformance Examples and Code Snippets
Community Discussions
Trending Discussions on IocPerformance
QUESTION
I followed this tutorial http://ej2.syncfusion.com/angular/documentation/grid/getting-started.html
How ever when I run my project, the JIT encounter this error
The InteliSense also show the same error
I set up the SyncFusionModule
as Angular Module to export all "Syncfusion EJ 2 for Angular" components I'm planning to use in the BenchmarkModule
. The GridComponent
in
@syncfusion/ej2-ng-grids/src/grid/index
can be picked up by Angular; therefore, it is recognized as an Angular component. However, the datasouce
is not declared in 'GridComponent' but in its parent Grid
which is not Angular component but a standard one declared in @syncfusion\ej2-grids
. It seems like I missed an dependencies import somewhere to help Angular find the definition for Grid
. But I wasn't sure how to resolve this issue.
At first, I thought it's due to the fact that I skipped the SystemJS mapping which described in http://ej2.syncfusion.com/angular/documentation/grid/getting-started.html#configuring-system-js; therefore, I raised this question Webpack solution for SystemJS mapping. But one of the answers suggested me it may not the reason.
Here is the GitHub repo https://github.com/lamLeX/IocPerformance/tree/gh-pages/IocPerformanceResultWebApp/src/app in case one would like to know how the files are structured to help me with the dependencies resolving because I don't have much experience in JS dependencies resolving; especially ES6 modules resolve.
Update from the answer: The trouble code is taken from this example http://ej2.syncfusion.com/angular/demos/#/grid/grouping and I have notified SyncFusion team about the bug in sample code.
...ANSWER
Answered 2017-Aug-12 at 11:01It is be ej2-ng-grids
, not ej2-grids
, and GridModule
is right there. So it should be
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install IocPerformance
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page