@@ -33,7 +33,7 @@ Make sure you wait until spring boot starts and listen on port 8080
3333 cd celerio-angular-quickstart/quickstart/web
3434 npm install --save @angular/material@2.0.0-beta.8 @angular/cdk@2.0.0-beta.8
3535 npm install --save @angular/animations
36- npm install --save primeng@4.1.1
36+ npm install --save primeng@4.1.3
3737 npm install --save font-awesome
3838 ng serve --proxy-config proxy.conf.json
3939
@@ -93,7 +93,7 @@ The 4 command below install some additional dependencies required by the code ge
9393
9494 npm install --save @angular/material@2.0.0-beta.8 @angular/cdk@2.0.0-beta.8
9595 npm install --save @angular/animations
96- npm install --save primeng@4.1.1
96+ npm install --save primeng@4.1.3
9797 npm install --save font-awesome
9898
9999Starts a node server on port 4200 using angular cli. The node server proxies the calls to /api and /img to the
@@ -176,7 +176,7 @@ Here are the command lines (hope it is self explanatory):
176176 cd web
177177 npm install --save @angular/material@2.0.0-beta.8 @angular/cdk@2.0.0-beta.8
178178 npm install --save @angular/animations
179- npm install --save primeng@4.1.1
179+ npm install --save primeng@4.1.3
180180 npm install --save font-awesome
181181 ng build --prod
182182 cp dist/* ../src/main/resources/static
0 commit comments