Frequently Asked Questions
Technical Info
>
Frequently Asked Questions
How do I upgrade to a new version of Responsive UI?
- Open the
package.json
file in the root of your solution. - Update the version for the
@jha/jharesponsive
package to the latest version number, which is2023.0.0
. - Delete the
node_modules
folder for your solution. - Finally, run
npm install
at the command prompt after changing directory to the root of your application.
Everything looks good in the browser but my app looks weird in Xperience? Why is that?
You must include this meta tag in the head section:
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
I have separate Angular components that need to share information. How can I do that?
See the Communication with Pub/Sub page for details on how to do this.
Why am I receiving a 404 when trying to do an npm install of Responsive UI?
Starting with v2018.0.0, the JHAResponsive package are hosted on an internal Jack Henry npm server. You will need to update your local registry before you can successfully install the package.
You can find instructions on how to do this in the @jha Package Setup and Upgrade Information page.
Support options
Last updated Tue Feb 7 2023