I am using an admin template theme which offers notifications. You can show them this way:
$.Notification.notify('success','top left','XXX', 'YYYY');
Now I want to trigger this notification from my angular2 components.
How to do this?
// EDIT:
I have installed jQuery typings via tsd install jQuery and include it this way:
///<reference path="../../typings/jquery/jquery.d.ts" />
But now I get this error:
