我們正在開發一種離子應用。我創建了一個服務(.ts)並導入了一個geo-json-pathfinder。初始化這個探路者需要10-20秒,所以我應該把它外包給一個Worker(.js)。 import PathFinder from 'geojson-path-finder';
我worker.js頂部返回一個錯誤: SyntaxError: import declarations may o
我有以下查詢。 Is always the root component in Angular Component tree the bootstrap one?除了bootstraps之外,是否還有其他組件可能成爲根組件? 到目前爲止,我的理解是有一個組件樹(不管多少模塊有)和引導模塊內引導組件是上述樹的根。 我正確與否? constructor(private app: Application