Search
Contents
31.
Angular, Part 3
31.
Angular, Part 3
ΒΆ
31.1. Data Binding
31.2. One-Way Data Binding
31.2.1. Displaying the Values of Variables
31.2.2. Binding to HTML Attributes
31.2.2.1. Update on the Binding Syntax
31.2.3. Check Your Understanding
31.3. Attribute Directives
31.3.1. Open the Lesson 3 Folder
31.3.2. Update the Skill-Set Styling
31.3.2.1. Inline Styling
31.3.2.2. Changing Styles with Booleans
31.3.3. What About the Buttons?
31.3.4. Check Your Understanding
31.4. Dynamic Style Changes
31.4.1. Interactive Elements
31.4.2. Button Styling
31.4.2.1. Dynamic Button Activation
31.4.3. Try It!
31.4.4. Bonus Try It!
31.4.5. Check Your Understanding
31.5. Angular Wrap-Up
31.5.1. Tip of the Iceberg
31.5.1.1. Two Topics to Consider
31.5.2. Components Should Be Re-used
31.6. Exercises: Angular, Part 3
31.6.1. Starter Code
31.6.2. The Requirements Review
31.6.3. Add Attribute Directives and Template Variables
31.6.3.1. Update the HTML
31.6.4. Add Events to Modify Directives
31.6.4.1. Control Buttons
31.6.4.2. Movement Buttons
31.6.4.3. Update the Control Button Click Handlers
31.6.5. New Requirements
31.6.6. Bonus Mission
31.7. Studio: Angular, Part 3
31.7.1. Getting Started
31.7.2. Part 1: Select Cargo
31.7.2.1. Code the
addItem
Function
31.7.2.2. Make the
Add
to
Cargo
Hold
Buttons Work
31.7.2.3. Update the
Cargo
Hold
Display
31.7.2.4. Status Check
31.7.3. Part 2: Select Crew Members
31.7.3.1. Code the
addCrewMember
Function
31.7.3.2. Update the Candidates List
31.7.3.3. Update the Crew List
31.7.3.4. Status Check
31.7.4. Bonus Missions
31.7.5. Sanity Check
←
30.8.
Studio: Angular, Part 2
31.1.
Data Binding
→