Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

README typo #164

Open
wants to merge 1 commit into
base: midwestjs
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lab3/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Embedded Components

## Lab Goal
Create a new service method to retrieve Timesheet instances. Create a new component to display to display the timesheet
Create a new service method to retrieve Timesheet instances. Create a new component to display the timesheet
details for a single timesheet instance. Add a new service method to the timeunits service that can retrieve a list of
time sheet entries (timeunits) for a given Timesheet. Create a new component named TimesheetDetailComponent that
receives inputs and displays and renders timesheet details. Create a new component named TimeUnitsComponent that will
Expand Down