I am looking at a code that i have inherited and not understanding what I
am seeing.
In general we have a backEndservice and other services that derive from it,
like REST or websockets, etc...
export let ibackendProvider = {
provide: IBackendService,
useFactory: ibackendServiceFactory,
deps: [ApplicationRef, NgZone, Http]
};
Any idea what the above code is doing?
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.