catalogicsoftware / ngx-dynamic-dashboard-framework

This is a JSON driven angular x based dashboard framework that is inspired by JIRA's dashboard implementation and https://github.com/raulgomis/angular-dashboard-framework
MIT License
187 stars 95 forks source link

Do we have any documentation for this framework? #19

Closed 9561690684 closed 5 years ago

9561690684 commented 5 years ago

Do we have any documentation for this framework. Please provide if anyone have. It will help beginner to study this framework easily.

jayhamilton commented 5 years ago

The framework includes documentation under the following location: https://github.com/catalogicsoftware/ngx-dynamic-dashboard-framework/tree/master/src/assets/documentation This is generated documentation using a framework called compdoc. The documentation available maybe a bit out of date, however, it can be generated by installing the compdoc npm package and then running the command to generate it. See the following youtube video: https://www.youtube.com/watch?v=7pJ9lsu6jDw

It is HTML documentation, so if you go to the location above and then launch the index.html page the documentation will appear in the browser.

9561690684 commented 5 years ago

Thanks jay providing this information but i have already gone through above location but i am looking out for more documentation. If you have any tutorial for this please let me know.

Is there any YouTube tutorials available for this framework?

9561690684 commented 5 years ago

As I am totally new to angular and ngx-dynamic-dashboard framework and learning form scratch everything, so please help me to clarify few doubts. Thanks in advance for your valuable support and time.

Is this project or library? As per my knowledge this is project under development. But If this is library then what is the current version going on? Please provide any tutorials (YouTube link or anything) link if exists.

jayhamilton commented 5 years ago

Nitin, This is a project that had the intent to becoming a library but this has not materialized. I would recommend forking the code and experimenting with various approaches to accomplish your goal. I will do what I can to help.