[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Can we use the Angular Ahead-Of-Time compiler for KUIB-projects?

Status
Not open for further replies.
E

egarcia

Guest
Hello Ruben, I just tried it out and it seems to work fine for me. Are you using AOT for development or for production builds? I used Kendo UI Builder 3.0.6 with a project using @progress/jsdo-angular 5.0.0. Here are the steps that I used (from app folder): 1) Add "@progress/jsdo-core": "^5.0.0" explicitly as a dependency to package.json. 2) npm update @progress/jsdo-core. This updates @progress/jsdo-core to version 5.0.1 which includes a fix that you need for the production build. 3) Build for production with AOT using the following command: ng build --prod --aot --output-path=./../build-output/release/ This is the same command as listed for the "build:prod" script in package.json with the addition of --aot. Please let me know if you have details on issues when using AOT. I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Top