Question

Is it possible to use snackbar notifications in client?

In the angular code editors and WorkspaceExplorer in Creatio 7.17 there are toast notifications from the Angular Material Snackbar library that shows when you save or publish a schema, compile the configuration, etc. (the little black toast notification that displays in the bottom-middle of the screen after the save is complete)

Is it possible to use snackbar notifications in the client as well? Is there some module that wraps that functionality that can be used from client schemas?

Like 1

Like

1 comments

Hi Ryan,

 

We used a standard snack-bar as in the example here: https://material.angular.io/components/snack-bar/examples and wrapped with the service.

Here is an example: 

 

Show all comments