From c3bf109c96c7f93cda57d30f1661c05ef2ea9780 Mon Sep 17 00:00:00 2001 From: Billy Date: Fri, 26 Oct 2018 22:32:01 -0400 Subject: [PATCH] Added Angular logo to the top (#19963) --- guide/english/angular/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/angular/index.md b/guide/english/angular/index.md index 2df0fd1512..6ecfc09142 100644 --- a/guide/english/angular/index.md +++ b/guide/english/angular/index.md @@ -1,6 +1,10 @@ --- title: Angular --- + + + + ## Angular AngularJS (versions 1.x) is a JavaScript based open source Framework. It is cross platform and used to develop Single Page Web Application (SPWA). AngularJS implements the MVC pattern to separate the logic , presentation and data components. It also uses dependency injection to make use of server-side services in client side applications.