Hi,

This is what I need to do:

1. Open up my Dashboard with several widgets
2. In one widgets I want to call another App for creating appointments

a section from my code:

            const appModels: IAppDefinition[] = [{
                id: appId,
                name: nameId,
                params: {appointment: JSON.stringify(new AppointmentModel), 
mode: 'create'}
            }];

            this.executeAction(new 
NavigateToWorkspaceAction(workspaceModel, appModels));


3. An application will show up where I can register a new appointment.

The three sections above will work fine.

4. When I go back from the appointment app I wan't to update my list with 
appointments in the widget.
One new appointment is registered.

HOW CAN I DO THAT?



-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to