Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ルーターから前の URL を取得する必要があります (ログイン ページにリダイレクトする前に) ルーターは前の URL を取得できますか?
この件に関して、新しい安定したルーター 3.0.0 とは関係のない古い投稿をいくつか見つけました。
Angular 2 の最新ドキュメント。彼らは今でもこれを使ってナビゲートしています:
constructor(private _router: Router, private _location: Location) {} this._location.back();
やってみました?