Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit de65687

Browse files
author
Benjamin RICHARD
committed
Change angular version in different texts
1 parent e7155ef commit de65687

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

‎README.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Then some php controllers has been created on following routes :
5151
* /demo/vuejs : VuejsController with route config in annotations and VueJS app with specific js/css import
5252
* /demo/quasar : QuasarController like VuejsController but with the Quasar framework for UX components
5353
* /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)
5555
* /demo/form/devxpress-vuejs : VueJS demo with DevXpress UI components (Datagrid)
5656
* /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)
5757
* /api/graphql : access ApiPlatform GraphQL implementation (beta release)
@@ -504,6 +504,8 @@ It takes the following JSON string as Body:
504504
- [ ] front: move on Quasar 0.17.x
505505
- [x] front: move on Angular 6 with HttpInterceptor, Guards, SSR
506506
- [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)
507509
- [x] front: move on Devxtreme 18.x and use it with VueJS
508510
- [x] front: setup CSRF protection with VueJS app
509511
- [ ] 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)

‎assets/js/form-devxpress-angular/src/app/app.component.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="container-fluid">
22
<header class="d-flex flex-row justify-content-center">
3-
<h1><a [routerLink]="['/home']">Proof of Concept: DevXpress with Angular6</a></h1>
3+
<h1><a [routerLink]="['/home']">Proof of Concept: DevXpress with Angular7</a></h1>
44
</header>
55

66
<div class="d-flex flex-row justify-content-center">

‎assets/js/form-devxpress-angular/src/app/app.component.spec.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ describe('AppComponent', () => {
2626
const fixture = TestBed.createComponent(AppComponent);
2727
fixture.detectChanges();
2828
const compiled = fixture.debugElement.nativeElement;
29-
expect(compiled.querySelector('h1').textContent).toContain('Proof of Concept: DevXpress with Angular6');
29+
expect(compiled.querySelector('h1').textContent).toContain('Proof of Concept: DevXpress with Angular7');
3030
}));
3131
});

‎src/Controller/DefaultController.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function index(Request $request)
3939

4040
$demoRoutes['Form & grid: Quasar with Vuejs'] = $router->generate('app_formquasarvuejs_index');
4141
$demoRoutes['Form & grid: DevXpress with Vuejs'] = $router->generate('app_formdevxpressvuejs_index');
42-
$demoRoutes['Form & grid: DevXpress with Angular6'] = $router->generate('app_formdevxpressangular_index');
42+
$demoRoutes['Form & grid: DevXpress with Angular7'] = $router->generate('app_formdevxpressangular_index');
4343

4444
$demoRoutes['Api-platform: rest'] = $router->generate('api_entrypoint');
4545
$demoRoutes['Api-platform: graphql'] = $router->generate('api_graphql_entrypoint');

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /