Angular的学习一 4年前

编程语言
3146
Angular的学习一

Angular中的概念

Concept

Description

Template

HTML with additional markup

Directives

extend HTML with custom attributes and elements

Model

the data that is shown to the user and with which the user interacts

Scope

context where the model is stored so that controllers, directives and expressions can access it

Expressions

access variables and functions from the scope

Compiler

parses the template and instantiates directives and expressions

Filter

formats the value of an expression for display to the user

View

what the user sees (the DOM)

Data Binding

sync data between the model and the view

Controller

the business logic behind views

Dependency Injection

Creates and wires objects / functions

Injector

dependency injection container

Module

configures the Injector

Service

reusable business logic independent of views

我什么都不会说
不去占有就是最好的拥有。
3
发布数
1
关注者
4002
累计阅读

热门教程文档

PHP
52小节
爬虫
6小节
Python
76小节
C
14小节
Vue
25小节
广告