Page 1 of 1

NG Service = Plugin? WTH?

PostPosted: Wed May 16, 2018 12:48 am
by bcusick
So - when you make a NG Service - it's executed in the plugins scope.

How can I make my service "show up" in the plugins node - like the "ngclientutils" does?

Is "ngclientutlis" an actual plugin - or ???

Thanks, guys!

Re: NG Service = Plugin? WTH?

PostPosted: Wed May 16, 2018 6:08 pm
by Andrei Costescu
As long as it specifies some API in it's spec file and has them implemented in client side or server side js... it should show up automatically under plugins. Of course if it is available in the active solution.
If it doesn't provide anything it won't show at all afaik.