Retrieves values from the application configuration file directly.
<adf-login
copyrightText="{{ 'application.copyright' | adfAppConfig }}">
</adf-login>
You can use the pipe parameter to pass a fallback value which will be used if the property name is not found:
<adf-login
copyrightText="{{ 'application.copyright' | adfAppConfig:'Fallback Text' }}">
</adf-login>
You can also chain values with other pipes such as the translation pipe:
<adf-login
copyrightText="{{ 'application.copyright' | adfAppConfig | translate }}">
</adf-login>
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.