This application contain a GoodsModule with components:
- GoodCenter: could have a child components
- GoodList: contain a list of goods and each of list item should redirect to GoodDetails component
- GoodDetails: contain data about selected good
- GoodTemplateDrivenForm: should create, update or delete existing component
Service:
- FirebaseService: manipulate with data in Firebase Cloud Firestore NoSQL database