You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Then some php controllers has been created on following routes :
51
51
* /demo/vuejs : VuejsController with route config in annotations and VueJS app with specific js/css import
52
52
* /demo/quasar : QuasarController like VuejsController but with the Quasar framework for UX components
53
53
* /demo/form/quasar-vuejs : [Work in progress] authentification with javascript, and a full web application with vuejs and api-platform(rest/graphql)
54
-
* /demo/form/devxpress-angular : Angular6 demo with DevXpress UI components (Datagrid and a Wizard sample with local storage and a sumup zone)
54
+
* /demo/form/devxpress-angular : Angular7 demo with DevXpress UI components (Datagrid and a Wizard sample with local storage and a sumup zone)
55
55
* /demo/form/devxpress-vuejs : VueJS demo with DevXpress UI components (Datagrid)
56
56
* /api : access ApiPlatform api doc (you need to be authentified from /demo/form if you want to play with it: all entities are configured to be accessed with ROLE_USER)
@@ -504,6 +504,8 @@ It takes the following JSON string as Body:
504
504
-[ ] front: move on Quasar 0.17.x
505
505
-[x] front: move on Angular 6 with HttpInterceptor, Guards, SSR
506
506
-[x] front: Angular6 with prod build, the assets (js/css) are not wel loaded coz they are generated with versoning hash whereas the twig template load them in hard without hash (no manijest may help the asset helper)
507
+
-[x] front: Update to Angular7
508
+
-[ ] front: improve bundle size for Angular (for instance there is a 4.7Mb vendor.js file which may be devxtrem full deps whereas we use only some widgets)
507
509
-[x] front: move on Devxtreme 18.x and use it with VueJS
508
510
-[x] front: setup CSRF protection with VueJS app
509
511
-[ ] front: migrate app 'form-devextrem-angular' to angular6 when there will be compatible (this thread may helps: https://stackoverflow.com/questions/48970553/want-to-upgrade-project-from-angular-v5-to-angular-v6)
0 commit comments