UNPKG

@rxap/remote-method

Version:

This package provides abstractions for defining and executing remote methods in Angular applications. It includes features such as automatic refreshing, proxying, and error handling. It offers a structured way to manage remote calls and their dependencies

15 lines (12 loc) 311 B
var compodoc = { EVENTS: { READY: 'compodoc.ready', SEARCH_READY: 'compodoc.search.ready' } }; Object.assign( compodoc, EventDispatcher.prototype ); document.addEventListener('DOMContentLoaded', function() { compodoc.dispatchEvent({ type: compodoc.EVENTS.READY }); });