From c0c18b711323fd4e36df3fd1eaba134fb70f3579 Mon Sep 17 00:00:00 2001 From: piyush132000 Date: Thu, 31 Mar 2022 08:10:24 +0530 Subject: [PATCH] docs: add animations to readme file (#45488) Updated readme file for adding animations topic in advance topics of Angular PR Close #45488 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc67a909833..4157a1982a0 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Get started with Angular, learn the fundamentals and explore advanced topics on - [Server Side Rendering][ssr] - [Schematics][schematics] - [Lazy Loading][lazyloading] +- [Animations][animations] ## Development Setup @@ -157,3 +158,4 @@ Join the conversation and help the community. [stackoverflow]: https://stackoverflow.com/questions/tagged/angular [youtube]: https://youtube.com/angular [meetup]: https://www.meetup.com/find/?keywords=angular +[animations]: https://angular.io/guide/animations