UNPKG

@rxap/ngx-changelog

Version:

This package provides Angular components and services to display changelogs within an application. It fetches changelog data from a remote source and presents it in a user-friendly dialog or component, allowing users to view updates and changes. The packa

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 }); });