Need help?
Can't find what you are looking for in the documentation? Use one of the following sources to get started or get support from the community:
For reporting issues and feature requests, please visit to our GitHub repository.
Frequently Asked questions
I downloaded my project's source code. How do I run it?
Extract the .zip file to a new directory and ensure that you have NPM installed on your machine.
Then, open a command prompt in that directory and run npm install
first (this may take a while). Next, run npm start
.
My app's preview isn't loading/updating
In some rare occasions, the preview may not load correctly or isn't updated with changes you make in the designer. This can be caused by network hickups or by exceptions in the application. Please refer to the documentation for throubleshooting tips.
What Angular version does JitBlox target?
We are trying to keep the framework versions up-to-date and currently target Angular 13. We will automatically upgrade projects when new minor versions or patches arrive. When a new major version comes out, project owners will be offered the option to upgrade their project at any time.
Which Material Design library does JitBlox use?
If you have used Angular with Material Design before, you may be aware that there are multiple libraries to choose from: Angular Material and Angular MDC Web. JitBlox uses Angular Material due to its maturity and popularity. Also, the Angular team has planned to integrate MDC Web into Angular Material.
Which Bootstrap library does JitBlox use?
JitBlox uses widgets from the ng-bootstrap library, a highly popular and quality widget library that is maintained by a team of open source developers.
Will JitBlox target other frameworks than Angular?
Absolutely! We have plans to support more frameworks. At this moment, Vue.js is on top of our list, but more frameworks may follow.
How do I set my project as private?
By default, any project that you create with the Free version of JitBlox has public visibility. As the owner of a project, you can set a project as private from the Project Privacy setting in the Settings panel. Note that a Pro subscription is required to make projects private. Any project you make with an active Pro subscription will be set to private by default.