@bpost/bp-address-auto-complete-by-component 1.1.15 → 1.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
4
 
5
- Here under, we provide for ome basic information.
5
+ Here under, we provide for one basic information.
6
6
  But this version of the library is also shipped with a tutorial where you can find some code and some videos.
7
7
  Look at the distribution's 'tutorial' directory.
8
8
 
@@ -25,6 +25,9 @@ npm i --save @ngx-translate/core
25
25
  npm i --save ngx-translate-multi-http-loader
26
26
 
27
27
 
28
+ ## API Keys
29
+ The autocomplete urls will need API keys. i.e, A http requst header called x-api-key needs to be added in the http request. apiKey is added as a scope variable for directive bp-lib-address-autocomplete-by-component. Please request addressvalidation@bpost.be to generate a API key for your application.
30
+
28
31
  ## Tutorial
29
32
  In the distribution, we have added a tutorial to help developers integrate our widget.
30
33
  You will find some source code (an angular application) and some references to videos, listed in the file tutorial/tutorial-videos.txt.
package/VERSION.md CHANGED
@@ -6,6 +6,9 @@ This is a pure angular library and can be imported as a module inside an angular
6
6
  This library is not suited for a pure javascript application.
7
7
  For any pure JS application, another version of this component exists in our repository.
8
8
 
9
+ ## Version 1.1.16
10
+ Updated documentation and Correcting a small bug for Prefill Suggestion Type StreetNumber.
11
+
9
12
  ## Version 1.1.15
10
13
  Correcting a small bug for Suggestion Type None.
11
14