creativetimofficial / ct-light-bootstrap-dashboard-pro-angular

7 stars 2 forks source link

[Feature Request] Wiki/Documentation for starting with template #37

Open timourm opened 4 years ago

timourm commented 4 years ago

What is your enhancement?

Can we please add a Wiki or Documentation page that describes the best approach for starting with the LBD PRO template and integrating it into complex Angular SPA.

Which of the following would be the recommended approach:

(1) Start with the LBD PRO Angular template and build application logic on top of it?
Cons: some LBD components we will not be used, for example maps, which can create bloat.

(2) Start with a blank Angular app and migrate LBD PRO components that we want to use. Cons: extracting a component with all dependencies/assets from the template will be tricky. Maybe ng-packagr can help to extract re-usable libs out of the template.

(3) Our existing SPA started by using jhipster. I don't know if anyone tried integrating the LBD components back into jhpister.

Feedback is much appreciated.

rarestoma commented 4 years ago

Hi @timourm,

We are going to update our angular products docs in the feature updates.

I would recommend to start with the LBD PRO Angular template and build application logic on top of it and remove step by step the component that you don't need in your app so there will not appear errors.

I hope it helps.

Thank you, Rares