Topic: Jarallax with Angular
mkleczka free asked 5 years ago
Hello,
I am trying to get Jarallax working on my Angular 7 project. I saw an example on MDB, but no further documentation other than the standard parallax.
I have attempted to install using npm, then adding to my angular.json file, then importing into my app module. I am getting console errors thrown about an uncaught global reference error in the jarallax npm folder. This may be affecting the issue with initializing it in my component.
Can anyone assist with this? I am having trouble finding documentation or trouble-shooting help specifically for Angular.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 7.4.2
- Device: Any Device
- Browser: Any Browser
- OS: Any Operating System
- Provided sample code: No
- Provided link: No
mkleczka free commented 5 years ago
What I ended up doing was calling the CDN URL's into my index file just above the closing body tags. Under that I initiated jarallax.
Not the approach I wanted, but it works.