You need to sign in to do that
Don't have an account?
Trailhead Input Data Using Forms - setup questions
I think I'm losing it. Could someone confirm some items for me?
Any suggestions?
- At the start of the module, we only have the following camping components, right?
- camping.cmp
- campingHeader.cmp
- campingList.cmp
- campingListItem.cmp
- campingListController.cmp
- We haven't been asked to create an app or assign the components, so how do we test?
- I've been trying to update the campingHeader.cmp per the second/thrid sentences of the project, but I can't seem to figure out if it's working or what it should even look like? I even tried cut/pasting the code from the lesson, but that's all in an a.pp so now I'm completely lost.
Any suggestions?
-Salesforce Answers
create a new lightning app, it only needs three lines:
<aura:application extends="force:slds">
<c:campingList />
</aura:application>
than - open the app in the a new browser window using <your custom domain>lightning.force.com/c/testHarness.app and test away