Page 1 of 1

Demo Theme Problems

Posted: 20 Sep 2017, 21:56
by acampos
Hello,

We have problems when we run the Paradise demo, the menu doesn't work correctly, it doesn't expand the options. We executed the following commands to install:

npm install -g @angular/cli

npm install

ng serve

Our versions are:

npm -v
3.10.10

node -v
v6.11.3

We get the following console error in Firefox Developer Edition:

ERROR
TypeError
columnNumber: 6
fileName: "http://localhost:4200/scripts.bundle.js line 97 > eval"
lineNumber: 16322
message: "rawInput is undefined"

We appreciate your advice.

Thank you very much.

Regards,

Re: Demo Theme Problems

Posted: 26 Sep 2017, 10:02
by acampos
The problem is originated by the schedule component, DON'T use it, because it has problems, it affects the Dashboard option and Forms option:

Code: Select all

<p-panel header="CALENDAR"  [style]="{'height':'100%'}">
            <p-schedule [events]="events" defaultDate="2016-01-12"></p-schedule>
</p-panel>
Regards,

Re: Demo Theme Problems

Posted: 01 Dec 2017, 10:57
by cagatay.civici
Please try Paradise 5.0 which has PrimeNG 5.0 and Angular 5.0, issue with Schedule was fixed in PrimeNG 4.x though.