1. Use modal from library for confirmation of entity toggling ('<modal-form #okModal>' changed to '<modal-alert>'). 2. Remove from 'modal-form.component' case where type is 'none' and no formGroup is given as input (used only for entity toggling confirmation). 3. fab.component.ts: Add event emitter on click. 4. Replace button for 'new' functionality with fab component.
1. Use modal from library for confirmation of entity toggling ('<modal-form #okModal>' changed to '<modal-alert>').
2. Remove from 'modal-form.component' case where type is 'none' and no formGroup is given as input (used only for entity toggling confirmation).
3. fab.component.ts: Add event emitter on click.
4. Replace button for 'new' functionality with fab component.