You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS E:\project_ionic\trace> ng build --prod --aot --outputHashing=all --base-href /ied_test/
⠙ Generating browser application bundles (phase: building)...(node:10308) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at E:\project_ionic\trace\node_modules\postcss\package.json.
Update this package.json to use a subpath pattern like "./*".
(Use node --trace-deprecation ... to show where the warning was created)
✔ Browser application bundle generation complete.
Error: src/app/trac101/trac101.page.html:92:16 - error TS2322: Type 'PlaceService' is not assignable to type 'Function | AutoCompleteService'.
Type 'PlaceService' is not assignable to type 'AutoCompleteService'.
Property 'getResults' is protected in type 'PlaceService' but public in type 'AutoCompleteService'.
src/app/trac101/trac101.page.ts:15:16
15 templateUrl: './trac101.page.html',
~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component Trac101Page.
I'm submitting a
Description
Version Information
Browser
NOTE: Replace
x.x.x
with your version informationThe text was updated successfully, but these errors were encountered: