-
Notifications
You must be signed in to change notification settings - Fork 265
Customizing the Contact section
Guilherme Borges Bastos edited this page Jun 4, 2020
·
14 revisions
< Applying Customizations page
This Wiki page will lead you through the customization of the Contact section. In case of issues, feel free to enter in our community on and post your questions.
The entire code that belongs to the Contact component can be found here:
/src/app/contact
The Posts component files are based on the schema below:
File | Description |
---|---|
contact.service.ts | The service that connects to the Firestore |
contact.component.html | Contains the view template |
contact.component.scss | Contains the styles |
contact.component.responsivity.scss | Contains the responsive styles |
contact.component.ts | Contains the component's logic |
- Home
- Mobile Friendliness
- Getting Started
- Applying Customizations