字符串參數我見過訂閱查詢的角度字符串參數2+的相當多的例子,但我似乎無法得到它的工作 例如How get query params from url in angular2? 這裏是我的代碼: import { ActivatedRoute, Router } from '@angular/router';
...
export class MyComponent implements OnI
我想在我的應用程序啓動之前加載一些數據。我之所以需要這樣做,是因爲某些菜單基於某些用戶條件限制了訪問,例如基於用戶位置。 因此,如果用戶還沒有位置或它的位置未啓用訪問某個視圖,我需要阻止它。 我試着用角度解決方法,都沒有成功,這是我做的: 解決後衛 // The apiService is my own service to make http calls to the server.
@Inj