new-arco-support-request
v0.0.86
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
Downloads
2
Maintainers
Readme
ArcoSupportRequest
This library was generated with Angular CLI version 11.2.14.
Code scaffolding
Run ng generate component component-name --project arco-support-request
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project arco-support-request
.
Note: Don't forget to add
--project arco-support-request
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build arco-support-request
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build arco-support-request
, go to the dist folder cd dist/arco-support-request
and run npm publish
.
Running unit tests
Run ng test arco-support-request
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
Gudiance For Arco Support Request Library Installation:
using the below npm command you have to install the arco-support-request-library:
- $ npm i arco-support-request .
after installing the library you have add some dependencies manually by running the below given commands:
npm i @kolkov/[email protected]
npm i @ng-select/[email protected]
npm i [email protected]
npm i [email protected]
npm i [email protected]
ng add @angular/[email protected]
after installing the library dependencies you have to add the below style import in your styles.sccs file in your project:
- @import "~@ng-select/ng-select/themes/default.theme.css";
after completing the above steps then import the support request module in your appmodule link the below example:
- import { SupportRequestModule} from 'arco-support-request';
- in yours appmodule imports array imports:[SupportRequestModule,]
after importing it into your appmodule you have use the below selector(tag< app-request-flow >) to view the output and also you have to pass the RequesterTypeId and RequesterId using the input decorator like below, you have to get the RequesterTypeId and RequesterId on login in to the page:
- All the Below Fields are Required You Should pass the value:
- RequesterTypeId (Required),
- RequesterId (Required),
- Source (Required),
- PageType (Required,SelfService || Complaint || Request),
- HostUrl ([Required you should pass hosturl with full location origin,the protocol(http or https), hostname(domain name or IP address) and port number of a URL]),
- Language (Required),
- Channel (optional),
- < app-request-flow [RequesterTypeId]="here pass the RequestertypeId as string" [RequesterId]="here you have to pass the Requester Id" [Source]="pass the source here" [HostUrl]="here you have to pass the hosturl with full location origin" [Language]="pass Ar or Eng" [Channel]="pass the channel"></ app-request-flow>
- All the Below Fields are Required You Should pass the value: