@dipcode/dj-services
v0.2.0
Published
Services to be used along with @dipcode/dj-core, @dipcode/dj-scripts and @dipcode/dj-plugins.
Downloads
27
Readme
Services - Javascript module
Module with common and usefull services to be used along with @dipcode/dj-core
.
Exported services usage examples
Notifications
NotificationsService.show({
text: 'Text to be shown.',
type: 'error',
});