jQWidgets Forums
jQuery UI Widgets › Forums › Angular › Angular 2 Final version (Not Beta)
Tagged: angular 2, Angular 2 Final Version .
This topic contains 25 replies, has 8 voices, and was last updated by Ivo Zhulev 8 years, 7 months ago.
-
Author
-
Hi all,
where I place jqwidgets folder in angular 2 project.
node modules folder?
someone please help me!
Hi Team,
please show me how to add <script> in “systemjs.config.js” in angular 2 typescript.
Hi Htet Wai Yan Lin,
1) Where to place the jqwidgets folder:
You can place it wherever you want. Just specify the path insystemjs.config.js
(in the map and package objects).2) Adding script:
What do you mean by adding <script>? Whats your goal?Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/Hi dear team,
Please help me.
I found some problems.
[ts] Cannot find module ‘components/angular_jqxdatetimeinput’.
I import app.module.ts
import { jqxDateTimeInputComponent } from ‘components/angular_jqxdatetimeinput’;
this is my systemjs.config.js….
map: {
// our app is within the app folder
app: ‘app’,
// angular bundles
‘@angular/core’: ‘npm:@angular/core/bundles/core.umd.js’,
‘@angular/common’: ‘npm:@angular/common/bundles/common.umd.js’,
‘@angular/compiler’: ‘npm:@angular/compiler/bundles/compiler.umd.js’,
‘@angular/platform-browser’: ‘npm:@angular/platform-browser/bundles/platform-browser.umd.js’,
‘@angular/platform-browser-dynamic’: ‘npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js’,
‘@angular/http’: ‘npm:@angular/http/bundles/http.umd.js’,
‘@angular/router’: ‘npm:@angular/router/bundles/router.umd.js’,
‘@angular/forms’: ‘npm:@angular/forms/bundles/forms.umd.js’,
// other libraries
‘rxjs’: ‘npm:rxjs’,
‘angular-in-memory-web-api’: ‘npm:angular-in-memory-web-api’,
‘components’: ‘app/jqwidgets-ver4.3.0/jqwidgets-ts’,},
packages: {
‘app/jqwidgets-ver4.3.0/jqwidgets-ts/’: { defaultExtension: ‘ts’ },
app: { main: ‘./main.js’, defaultExtension: ‘js’},
rxjs: { defaultExtension: ‘js’ },
‘angular-in-memory-web-api’: { main: ‘./index.js’, defaultExtension: ‘js’ },
}Hi Htet Wai Yan Lin,
You do not have that path mapped – components. Look again our system.config.js file and map your path right or just place an absolute path.
Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/Hi Lvo Zhulev,
I already placed the path “‘components’: ‘app/jqwidgets-ver4.3.0/jqwidgets-ts’,”
I seen your system.config.js as ‘components’: ‘../../jqwidgets-ts’
but I placed jqwidget folder in app folder.
eg. root–> app –> jqwidgets-ver4.3.0Now i don’t know how to do.
please show me!Thank!
Hi Htet Wai Yan Lin,
With the folder structure you have this should work.
My advice is to place lets sayangular_jqxdatetimeinput.ts
file in the app folder and test it that way.
If it works then place it in jqwidgets then in jqwidgets-ts and so on.Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/Hi Lvo Zhulev,
I found some errors.
(jqxCalendarComponnt) incorrectly implements interface ‘ControlValueAccessor’ error
Module ‘”node_modules/@angular/http/index”‘ has no exported member ‘noop’.How should I do?
Thanks.Hi Htet Wai Yan Lin,
We know about this. It will be fixed in the next release, which will be very soon.
Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/please help
dear sir,
can you show how to use angular_jqxdataAdapter, JSON source of data , dataBind() and getRecordsHierarchy?please help
Hi junior,
Please use the jquery based jqxDataAdapter:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxdataadapter/index.htm#demos/jqxdataadapter/defaultfunctionality.htmBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.