Actions now use resolver. Dialog handles websocket messaging. Added support for text values on actions.
This commit is contained in:
@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { ActionsComponent } from './actions/actions.component';
|
||||
import { ActionListComponent } from './action-list/action-list.component';
|
||||
import { ActionItemComponent } from './action-item/action-item.component';
|
||||
import { ActionItemEditComponent } from './action-item-edit/action-item-edit.component';
|
||||
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ import { ActionItemComponent } from './action-item/action-item.component';
|
||||
imports: [
|
||||
ActionsComponent,
|
||||
ActionListComponent,
|
||||
ActionItemComponent,
|
||||
ActionItemEditComponent,
|
||||
]
|
||||
})
|
||||
export class ActionsModule { }
|
||||
|
Reference in New Issue
Block a user