Custom components are developed in the web application and referenced here by component identifier. This will dictate where the component is displayed in the component hierarchy and what actions are available for the component.
app.module.ts
file (located at src → app → app.module.ts), add the following import statement:
app.module.ts
file, declare your Custom Component within the declarations
array in the @NgModule
decorator:
FlxProcessModule
.
In your process.module.ts file (located at src > app > modules > process > process.module.ts), add the following import statement:
FlxProcessModule.forRoot
function: