-
Notifications
You must be signed in to change notification settings - Fork 8
Ansyn Package
Tzahi Levi edited this page Dec 29, 2019
·
9 revisions
npm i @ansyn/ansynThe @ansyn/ansyn package, is the core of our application.
Ansyn app comes with a built-in coniguration that we can change in 2 ways:
- By changing the configuration inside
confd/templates/production.tmplfile - By creating an object that overrides our config and pass it to
fetchConfigProvidersfunction before the app loading.
configuration that can be changed
Ansyn provides us with the injectible AnsynApi service,
this service provide us a simple way to manipulate the Ansyn component.
read more about the AnsynApi functions.