mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-12 04:16:23 +00:00
Implement ProcessLogService and hook it up to existing log features
This commit is contained in:
@ -27,6 +27,7 @@ import { TestmessengerComponent } from './testmessenger/testmessenger.component'
|
||||
import { DeploymentNotificationService } from './services/deployment-notification.service';
|
||||
import { SafePipe } from './pipes/safe.pipe';
|
||||
import { ConsoleComponent } from './console/console.component';
|
||||
import { ProcessLogService } from './services/processlog.service';
|
||||
|
||||
|
||||
@NgModule({
|
||||
@ -57,7 +58,8 @@ import { ConsoleComponent } from './console/console.component';
|
||||
TerminadoService,
|
||||
FSMUpdateService,
|
||||
ProcessManagerService,
|
||||
DeploymentNotificationService
|
||||
DeploymentNotificationService,
|
||||
ProcessLogService
|
||||
],
|
||||
bootstrap: [
|
||||
AppComponent
|
||||
|
Reference in New Issue
Block a user