Discussion:
[AngularJS] How to install a theme from github inside an angular app ?
Manish Jain
2018-12-02 03:15:08 UTC
Permalink
Hello,

I am developing an angular app for which I want to use a particular
theme - https://github.com/manishbjain/Adminator-admin-dashboard. I have
installed the theme as well as the app seperately on my machine. How do I
merge both ? The theme itself has a lot of dependencies. One way to do that
is to copy all the dependencies from the node_modules folder of the theme
and paste in the node_modules folder of the app and update the package.json
of the app manually.However this is tedious and error prone. Is there any
other way out ?
--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Sander Elias
2018-12-03 05:12:33 UTC
Permalink
Hi Manish,

As your, theme is not really a theme, but more of a sample app, you need to
merge it in manually with your Angular app. Looking at the list of
dependencies, I suspect there will be some challenges ahead on
integrating this one.

Regards
Sander
--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Manish Jain
2018-12-05 23:39:00 UTC
Permalink
Thanks Sander. Yeah , You are right and so I have skipped the theme and
planning to use CoreUI for angular but before that I am using primeng
datatable. I have installed and customised the datatable component
according to my requirement but I am unable to style it . How do I
customize the css for the primeng datatable. Can you suggest ?
Post by Sander Elias
Hi Manish,
As your, theme is not really a theme, but more of a sample app, you need
to merge it in manually with your Angular app. Looking at the list of
dependencies, I suspect there will be some challenges ahead on
integrating this one.
Regards
Sander
--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Sander Elias
2018-12-06 03:47:09 UTC
Permalink
Hi Manish,

PrimeNG has a theme-editor available, so that might help. Otherwise, ask on
their support form. From what I see you can use your own css files to amend
their formatting. Doesn't look too hard to me.

Regards
Sander
--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Loading...