0.0.6 • Published 4 years ago

explane-suite v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

explane-suite

Angular component to make GET request with query param with a text and returned data (title, answer and paragraph).

Image

Installation

npm i explane-suite

Once installed you need to import our main module:

import { ExplaneSuiteModule } from 'explane-suite';

@NgModule({
  ...
  imports: [ExplaneSuiteModule, ...],
  ...
})
export class YourAppModule {
}

Usage

<lib-explane-suite 
[api_endpoint]="String | required" 
[queries_examples]="json | optional"
[supportExchanges]="String | optional"
[title]="String | optional"
[answer]="String | optional"
[description]="String | optional"
></lib-explane-suite>
AttributesTypeDescription
api_endpointRequired: StringApi url for backend server
queries_examplesOptional: Json{instances : {id:'1', title: '..', description: '..', answer: '..', supportExchanges: '..'}}
titleOptional: Stringcan added it if queries_examples not used
answerOptional: Stringcan added it if queries_examples not used
descriptionOptional: Stringcan added it if queries_examples not used
supportExchangesOptional: Stringcan added it if queries_examples not used
1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago