@:service function name(arg1:T1, arg2:T2, ...):Ret /* optional default implementation */;
These would not show up in the observables, be private by default and become added to the constructor args, being mandatory if no default implementation is provided.
A service can be declared like this:
These would not show up in the
observables
, beprivate
by default and become added to the constructor args, being mandatory if no default implementation is provided.