Defines CustomAsyncAction action component.

This component helps you writing your own asynchronous processing code.

Name Description
Comment Describes the object comment to include in the documentation report. <p>This property generally contains an explanation about the object.</p>
Is active Defines whether the component is active.
Application assets Defines the assets needed by this action. <p>Add here any additional json to be inserted in the app:architect:build:option:assets[] of angular.json (Ex {“glob”: “*/”, “input”: “node_modules/tinymce”, “output”: “/tinymce/”})</p>
Application component imports Defines the imports needed by this action. <p>Add here any ‘Import’ statements your code would require to compile.</p>
Application module NgModules Defines the modules needed by this action. <p>Add here any module to be inserted in the @NgModule({Imports[]}) in app.module.ts</p>
Application module NgProviders Defines the providers needed by this action. <p>Add here any provider to be inserted in the @NgModule({Providers[]}) in app.module.ts</p>
Application module imports Defines the imports needed by this action. <p>Add here any ‘Import’ statements needed in the app.module.ts</p>
Application packages Defines the packages needed by this action. <p>Add here any NPM Package needed by you code. They will be automatically added to the app’s Packages.json</p>
Application plugins Defines the plugins needed by this action. <p>Add here any additional Cordova plugin your code needs (Ex ion native Packages).</p>
Application scripts Defines the scripts needed by this action. <p>Add here any additional path to script file needed by your code</p>
Application styles Defines the styles needed by this action. <p>Add here any additional path to scss file needed by your code</p>
Local component imports Defines the imports needed by this action. <p>Add here any ‘Import’ statements your code would require to compile.</p>
Local module NgModules Defines the modules needed by this action. <p>Add here any module to be inserted in the @NgModule({Imports[]}) in the page.module.ts or comp.module.ts</p>
Local module NgProviders Defines the providers needed by this action. <p>Add here any provider to be inserted in the @NgModule({Providers[]}) in the page.module.ts or comp.module.ts</p>
Local module imports Defines the imports needed by this action. <p>Add here any ‘Import’ statements needed in the page.module.ts or comp.module.ts</p>