jQWidgets Forums
Forum Replies Created
-
Author
-
October 10, 2016 at 11:06 am in reply to: Angular 2 Final version (Not Beta) Angular 2 Final version (Not Beta) #88016
Hi Ivo Zhulev,
For quick test :
I have created sample angular 2.0 app and just added
/// <reference path="{some path}/jqwidgets-ts/jqwidgets.d.ts" />
Till now there is no compiler error.Then after adding below file, console start throwing TS2305,TS2420 (jqxCalendarComponnt) incorrectly implements interface ‘ControlValueAccessor’ error
import {jqxCalendarComponent} from '../vendor/jqwidgets-ts/angular_jqxcalendar';
I will prepare the sample demo and share with you shortly.
Thanks,
Prashant KirpanOctober 10, 2016 at 8:28 am in reply to: Angular 2 Final version (Not Beta) Angular 2 Final version (Not Beta) #88005Team,
Based on samples, i tried to integrate jqWidgets with Angulae 2.0 but after running application, i am getting below error :
{some path}/jqwidgets-ts/angular_jqxcalendar.ts(4,9): error TS2305: Module ‘”{some path}/node_modules/@angular/http/index”‘ has no exported member ‘
noop’.
{some path}/jqwidgets-ts/angular_jqxcalendar.ts(19,14): error TS2420: Class ‘jqxCalendarComponent’ incorrectly implements interface ‘ControlValueAccessor’.
Property ‘writeValue’ is missing in type ‘jqxCalendarComponent’.Any help would be appreciated,
Regards,
PrashantSeptember 29, 2016 at 1:33 pm in reply to: Stop layout responsiveness Stop layout responsiveness #87800Thanks Dimitar for help,
Regards,
PrashantSeptember 27, 2016 at 5:07 am in reply to: jqxDockingLayout to fill the browser window and resize with it jqxDockingLayout to fill the browser window and resize with it #87714Hi All,
I have created responsive layout with giving height/width values in ‘%’.
I want to stop responsiveness of layout after certain threshold value and vertical/horizontal scrollbar should appear on browser.
Is it possible to stop responsiveness of layout?
Regards,
PrashantTeam,
I have integrated Jqwidgets docking layout with angulat 2.0 – rc5 with Visual Studio Code.
Integration was successful and working fine but when i added Jqwidegts library into solution, i get below error while launching app.
After doing other integration, below error appears on terminal again and fails application launching. Am i missing something while integration?
error TS5033: Could not write file ‘{Source Location}/jqwidgets-ts/angular_jqxcalendar.js’: EPERM: operation not permitted, open ‘{Source Location}\jqwidgets-ts\angular_jqxcalendar.js’
[0] error TS5033: Could not write file ‘{Source Location}/jqwidgets-ts/angular_jqxcalendar.js.map’: EPERM: operation not permitted, open ‘{Source Location}\jqwidgets-ts\angular_jqxcalendar.js.map’
[0] error TS5033: Could not write file ‘{Source Location}/jqwidgets-ts/angular_jqxdockinglayout.js’: EPERM: operation not permitted, open ‘{Source Location}\jqwidgets-ts\angular_jqxdockinglayout.js’
[0] error TS5033: Could not write file ‘{Source Location}/jqwidgets-ts/angular_jqxdockinglayout.js.map’: EPERM: operation not permitted, open ‘{Source Location}\jqwidgets-ts\angular_jqxdockinglayout.js.map’
[0] error TS5033: Could not write file ‘{Source Location}/jqwidgets-ts/angular_jqxtree.js’: EPERM: operation not permitted, open ‘{Source Location}\jqwidgets-ts\angular_jqxtree.js’
[0] error TS5033: Could not write file ‘{Source Location}/jqwidgets-ts/angular_jqxtree.js.map’: EPERM: operation not permitted, open ‘{Source Location}\jqwidgets-ts\angular_jqxtree.js.map’
Regards,
PrashantGray,
I moved on Angular 2.0. Have you tried it on angular final version? If that is working, then please send me config files on below mail id,
Experts :
When can we expect Angular 2.0 sample tutorial?
please confirm..Regards,
PrashantTeam,
I am trying to setup jQwidgets on Angular2.0-rc5 but facing difficulty while installing npm packages.
Can somebody share working copy of package.json,typings.json and tsconfig.json?
Also, any plans to support RC6?
Any help would be appreciated.
Thanks and regards,
Prashant -
AuthorPosts