[AngularJS] Re: Angular 2/5 - roll your own admin page or use a template/library/service?

2017-12-04 Thread Sander Elias
Hi Jonathan, I usually roll my own, sometimes I copy parts from other starters. But most of the time, it takes me more time to adapt then it is to start fresh. I do mimic some of the things I find, and sometimes I just use the HTML and css from templates to safe me some time. Regards Sander -

[AngularJS] Re: Angular 2/5 - roll your own admin page or use a template/library/service?

2017-12-04 Thread Tito
What are you attempting to do in this Admin page? a lot of templates out there can be a bit too fat and then you have to do some trimming. writing your own stuff in the long run is pretty nice because you have control over it. but using templates is also nice in that it can reduce your work load