Search
Contents
30.
Angular, Part 3
30.
Angular, Part 3
ΒΆ
30.1. Data Binding
30.2. One-Way Data Binding
30.2.1. Displaying the Values of Variables
30.2.2. Binding to HTML Attributes
30.2.2.1. Update on the Binding Syntax
30.2.3. Check Your Understanding
30.3. Attribute Directives
30.3.1. Open the Lesson 3 Folder
30.3.2. Update the Skill-Set Styling
30.3.2.1. Inline Styling
30.3.2.2. Changing Styles with Booleans
30.3.3. What About the Buttons?
30.3.4. Check Your Understanding
30.4. Dynamic Style Changes
30.4.1. Interactive Elements
30.4.2. Button Styling
30.4.2.1. Dynamic Button Activation
30.4.3. Try It!
30.4.4. Bonus Try It!
30.4.5. Check Your Understanding
30.5. Angular Wrap-Up
30.5.1. Tip of the Iceberg
30.5.1.1. Two Topics to Consider
30.5.2. Components Should Be Re-used
30.6. Exercises: Angular, Part 3
30.6.1. Starter Code
30.6.2. The Requirements Review
30.6.3. Add Attribute Directives and Template Variables
30.6.3.1. Update the HTML
30.6.4. Add Events to Modify Directives
30.6.4.1. Control Buttons
30.6.4.2. Movement Buttons
30.6.4.3. Update the Control Button Click Handlers
30.6.5. New Requirements
30.6.6. Bonus Mission
30.7. Studio: Angular, Part 3
30.7.1. Getting Started
30.7.2. Part 1: Select Cargo
30.7.2.1. Code the
addItem
Function
30.7.2.2. Make the
Add
to
Cargo
Hold
Buttons Work
30.7.2.3. Update the
Cargo
Hold
Display
30.7.2.4. Status Check
30.7.3. Part 2: Select Crew Members
30.7.3.1. Code the
addCrewMember
Function
30.7.3.2. Update the Candidates List
30.7.3.3. Update the Crew List
30.7.3.4. Status Check
30.7.4. Bonus Missions
30.7.5. Sanity Check
←
29.8.
Studio: Angular, Part 2
30.1.
Data Binding
→