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!
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!
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.