Page 2 of 2

Re: PrimeNG setup issue

Posted: 03 May 2016, 22:11
by cagatay.civici
jQuery is require if you use a component calendar, schedule, slider. Which component do you use?

Checkout webpack starter;

https://github.com/primefaces/primeng-q ... rt-webpack

Is not updated to latest angular though (RC.0)

Re: PrimeNG setup issue

Posted: 06 May 2016, 16:09
by LaAck
Actually I just use the components InputText, Button, ProgressBar and ToolBar. The webpack starter looks very similar to my own setup. However, it does not seem to use jQuery.

Re: PrimeNG setup issue

Posted: 06 May 2016, 17:52
by cagatay.civici
In webpack started, boot.ts has;

import 'script!primeui/primeui-ng-all.min.js';

primeui-ng-all.min.js has jquery in it.