Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 315 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 315 Bytes

HOW TO EXTEND TO ANOTHER PROVIDER

useApplicationProviders will define what providers application we want to support. In the future, if we want to extend to another providers we must do 2 things

  1. Define new provider helper extends from IProviderHelper
  2. Define new support provides on useApplicationProviders