telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
463 stars 213 forks source link

chore: add @angular/animations to examples deps #4297

Closed stnikolova closed 1 month ago

stnikolova commented 1 month ago

I believe that the master build is failing because the standalone apps use the node_modules installed from the examples package.json https://github.com/telerik/kendo-angular/blob/master/examples/package.json and @angular/animations is missing there (corresponds to the error we are getting).

The error is thrown while executing the build-gh-pages script which is inside the examples directory