翻訳と辞書
Words near each other
・ Angular momentum of light
・ Angular momentum operator
・ Angular momentum problem
・ Angular pebblesnail
・ Angular Perceptions
・ Angular rate sensor
・ Angular Recording Corporation
・ Angular resolution
・ Angular resolution (graph drawing)
・ Angular roughshark
・ Angular spectrum method
・ Angular unit
・ Angular vein
・ Angular velocity
・ Angularis nigra
AngularJS
・ Angulate pipistrelle
・ Angulate tortoise
・ Angulated dwarf gecko
・ Angulatensandstein Formation
・ Angulaticeras
・ Angulesh
・ Angulimaal (film)
・ Angulimala
・ Angulimala (2003 film)
・ Angulimala (2014 film)
・ Angulo
・ Anguloa
・ Anguloa clowesii
・ Anguloa uniflora


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

AngularJS : ウィキペディア英語版
AngularJS

AngularJS (commonly referred to as "Angular" or "Angular.js") is an open-source web application framework mainly maintained by Google and by a community of individual developers and corporations to address many of the challenges encountered in developing single-page applications. 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.
The AngularJS library works by first reading the HTML page, which has embedded into it additional custom tag attributes. 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 NBC, Walgreens, Intel, Sprint, ABC News, and approximately 8,400 other sites out of 1 million tested in July 2015.〔http://libscore.com/?#angular〕
AngularJS is the frontend part of the MEAN stack, together with Node.js runtime, Express.js backend framework and MongoDB database.
==Philosophy==
AngularJS is built on the belief that declarative programming should be used to create user interfaces and connect software components, while imperative programming is better suited to defining an application's business logic.〔(【引用サイトリンク】title=What Is Angular? )〕 The framework adapts and extends traditional HTML to present dynamic content through two-way data-binding that allows for the automatic synchronization of models and views. As a result, AngularJS de-emphasizes explicit DOM manipulation with the goal of improving testability and performance.
AngularJS's design goals include:
*to decouple DOM manipulation from application logic. The difficulty of this is dramatically affected by the way the code is structured.
*to decouple the client side of an application from the server side. This allows development work to progress in parallel, and allows for reuse of both sides.
*to provide structure for the journey of building an application: from designing the UI, through writing the business logic, to testing.
Angular implements the MVC pattern to separate presentation, data, and logic components. Using dependency injection, Angular brings traditionally server-side services, such as view-dependent controllers, to client-side web applications. Consequently, much of the burden on the server can be reduced.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「AngularJS」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.