openFromComponent: function()

in platform/core/snackbars/services/snackbar.service.js [81:83]


    openFromComponent: function (component, config) {
        return this.snackBarService.openFromComponent(component, config);
    },