Przechowywanie sesji, aby sprawdzić, czy wartość obiektu istnieje Autoryzacja obiektu Angular
if (localStorage.getItem("username") === null) {
//...
}
Blue Bear
if (localStorage.getItem("username") === null) {
//...
}