1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-02 03:20:15 +02:00

notifications: expose alertsService on window

This commit is contained in:
Kushagra Gour
2018-06-19 10:34:38 +05:30
parent 6865b8c562
commit 5966139818

View File

@@ -18,3 +18,4 @@ function addNotification(msg) {
export const alertsService = { export const alertsService = {
add: addNotification add: addNotification
}; };
window.alertsService = alertsService;