Closed opeeters closed 3 years ago
Fixed with last commit
Something is still not 100%.
When doing a ionic cordova build android --prod --release
, the build ends in a:
ERROR in src/app/v2/components/location-input/location-input.component.html:4:39 - error TS2341: Property 'filterItems' is private and only accessible within class 'LocationInputComponent'.
4 [(ngModel)]="searchText" (keyup)="filterItems()" (click)="openDropdown()">
~~~~~~~~~~~
src/app/v2/components/location-input/location-input.component.ts:16:18
16 templateUrl: './location-input.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocationInputComponent.
[ERROR] An error occurred while running subprocess ng.
ng run app:ionic-cordova-build:production --platform=android exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
Issue is fixed.
OK .. didn't think it would be that easy :-) Thanks!
On the
52n-v2-upgrade
branch the auto-complete of place names does not work anymore. In the browser version the console shows the following error: