Better way course Flashcards

1
Q

Template

A

HTML with additional markup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Directives

A

extend HTML with custom attributes and elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Model

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Scope

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Expressions

A

access variables and functions from the scope

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

View

A

what the user sees ( the DOM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Data Binding

A

sync data between the model and the view

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Controller

A

the business logic behind views

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Dependency Injection

A

Creates and wires objects / functions. instead of creating dependencies, our classes just ask for what they need.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Injector

A

dependency injection container

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Module

A

?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Service

A

reusable business logic independent of views

How well did you know this?
1
Not at all
2
3
4
5
Perfectly