شرح HTML في آخر الوصف شرح CSS في آخر الوصف شرح Java Script في آخر الوصف أنجولار جي إس (بالإنجليزية: AngularJS) (الشائع الإشارة لها بـ “Angular”) هو إطار عمل تطبيقات ويب مفتوح المصدر محفوظ لجوجل ومجتمع من المطورين الأفراد والشركات. أنشىء هذا الإطار لمعالجة العديد من التحديات التي يواجهها تطوير تطبيقات الصفحة-الواحدة . وتهدف إلى تبسيط كل من تطوير واختبار هذه التطبيقات من خلال توفير إطار من جانب العميل (client-side framework) بمعماريات نمط-عرض-متحكم (MVC) ونمط عرض-النموذج (MVVM)، جنبا إلى جنب مع المكونات التي يشاع استخدامها في تطبيقات الإنترنت الغنية. يعمل AngularJS اولاً من خلال قراءة صفحة لغة ترميز النص الفائق، التي تكمن فيها سمات و وسوم اضافية . Angular تفسر هذه الخواص على انها توجيهات لربط أجزاء مدخلات أو مخرجات من الصفحة إلى النموذج الذي يمثله متغيرات جافا سكريبت القياسية. قيم متغيرات جافا سكريبت هذه يمكن تعيينها يدويا ضمن الكود، أو استرجاعها من JSON resources ثابتة أو متغيرة. وفقا لتحليلات خدمة جافاسكربت Libscore فإن هذا الإطار يستخدم في مواقع NBC, Walgreens, Intel, Sprint, ABC News ، وحوالي 8400 موقع أخر من مليون تم اختباره في يوليو 2015. AngularJS (commonly referred to as “Angular.js” or “AngularJS 1.X”) is a JavaScript-based open-source front-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications. The JavaScript components complement Apache Cordova, the framework used for developing cross-platform mobile apps. It aims to simplify both the development and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel (MVVM) architectures, along with components commonly used in rich Internet applications. In 2014, the original AngularJS team began working on Angular (Application Platform). The AngularJS framework works by first reading the HTML page, which has additional custom tag attributes embedded into it. Angular interprets those attributes as directives to bind input or output parts of the page to a model that is represented by standard JavaScript variables. The values of those JavaScript variables can be manually set within the code, or retrieved from static or dynamic JSON resources. According to JavaScript analytics service Libscore, AngularJS is used on the websites of Wolfram Alpha, NBC, Walgreens, Intel, Sprint, ABC News, and about 12,000 other sites out of 1 million tested in October 2016.[3] AngularJS is currently in the top 100 of the most starred projects on GitHub.[4] AngularJS is the frontend part of the MEAN stack, consisting of MongoDB database, Express.js web application server framework, Angular.js itself, and Node.js server runtime environment. شرح HTML من هنا https://www.youtube.com/playlist?list=PLHIfW1KZRIfnXKjZ9UcT5BVt9x19BlItX شرح CSS من هنا https://www.youtube.com/playlist?list=PLHIfW1KZRIflO6xnz4jpmzzSuo5B63aJf شرح Java Script من هنا https://www.youtube.com/playlist?list=PLHIfW1KZRIfmiYYwt29BG7N9zzsd-jLRQ ==================== رابط انجولار من هنا https://angularjs.org/