Angular 13 support

Hi there. 


Where can I track information about support for Angular 13 and future Angular versions?


For the entire framework, not just a specific control. 


5 Replies

GV Gokulraj Varatharajan Syncfusion Team December 15, 2021 07:51 AM UTC

Hi Dylan,  

Greetings from Syncfusion support,  

We have validated your query and would like to let you know that our Syncfusion components will support for Angular 13 version. For your reference we have created a application with Grid component in Angular 13.   



Please get back to us if you have any queries.   

Regards,   
Gokul


DY Dylan December 15, 2021 09:50 AM UTC

So to confirm, are all Syncfusion components built with Ivy now?


https://www.theregister.com/2021/11/04/angular_13_released_ivy_everywhere/


I would expect that ViewEngine is not used in latest version of Syncfusion component



GV Gokulraj Varatharajan Syncfusion Team December 16, 2021 11:32 AM UTC

Hi Dylan, 
 
We have provided the response for your reported query in below. 
 
Query: So to confirm, are all Syncfusion components built with Ivy now? 

Yes, our latest syncfusion packages are completely built with IVY compiler.

Query 2: 
I would expect that ViewEngine is not used in latest version of Syncfusion component

No, it is based on the angular CLI version, our packages are compatible with angular CLI 6 to latest version. And ivy compiler was introduced in angular 9 as the default compiler. So, if you are using angular CLI between 9 to latest version, it will build with IVY.
 
 
Please get back to us if you have any queries. 
 
Regards,  
Gokul 



GC Greg Carter February 18, 2022 02:10 AM UTC

Hello,

When I build my application with Angular 13 and the latest Syncfusion (19.4.2) I get these messages telling Ivy was NOT used :

Processing legacy "View Engine" libraries:

- @syncfusion/ej2-angular-richtexteditor [es2015/esm2015] (git+https://github.com/syncfusion/ej2-angular-ui-components.git)

- @syncfusion/ej2-angular-popups [es2015/esm2015] (git+https://github.com/syncfusion/ej2-angular-ui-components.git)

- @syncfusion/ej2-angular-layouts [es2015/esm2015] (git+https://github.com/syncfusion/ej2-angular-ui-components.git)

- @syncfusion/ej2-angular-inputs [es2015/esm2015] (git+https://github.com/syncfusion/ej2-angular-ui-components.git)

- @syncfusion/ej2-angular-buttons [es2015/esm2015] (git+https://github.com/syncfusion/ej2-angular-ui-components.git)

Encourage the library authors to publish an Ivy distribution.


package.json contents:

"@syncfusion/ej2-angular-buttons": "19.4.52",
"@syncfusion/ej2-angular-inputs": "19.4.52",
"@syncfusion/ej2-angular-layouts": "19.4.52",
"@syncfusion/ej2-angular-popups": "19.4.52",
"@syncfusion/ej2-angular-richtexteditor": "19.4.52",


"@angular-builders/custom-webpack": "^13.1.0",
"@angular-devkit/build-angular": "~13.2.3",
"@angular/animations": "13.2.2",
"@angular/cli": "13.2.3",
"@angular/common": "13.2.2",
"@angular/compiler": "13.2.2",
"@angular/compiler-cli": "13.2.2",
"@angular/core": "13.2.2",
"@angular/forms": "13.2.2",
"@angular/language-service": "13.2.2",
"@angular/platform-browser": "13.2.2",
"@angular/platform-browser-dynamic": "13.2.2",
"@angular/router": "13.2.2",


GV Gokulraj Varatharajan Syncfusion Team February 18, 2022 10:57 AM UTC

Hi Greg, 
 
Greetings from Syncfusion support, 
 
We have validated your request, but we could not replicate the reported message at our end. If you continue to have problems, please provide us with additional information as the sample. It will be helpful to assist better. 
 
Regards, 
Gokul

Loader.
Up arrow icon