我很喜歡使用Ionic或Angular的noob。所以作爲備忘單,我使用了離子超啓動模板(下面的鏈接)。 我試圖做一個GET請求我的API和它的作品只是覺得如果我做這樣的: this.api.get('user/'+this.user.userId+'/entries?include=stuff&access_token=TOKEN');
,但是當我把網址參數到一個對象時,它停止工作: let
我們正在開發一種離子應用。我創建了一個服務(.ts)並導入了一個geo-json-pathfinder。初始化這個探路者需要10-20秒,所以我應該把它外包給一個Worker(.js)。 import PathFinder from 'geojson-path-finder';
我worker.js頂部返回一個錯誤: SyntaxError: import declarations may o