Angular中从本地存储读写用户设置的框架
创始人
2024-10-31 01:00:54
0
  1. 创建一个名为 LocalStorageService 的服务:
import { Injectable } from '@angular/core';

@Injectable({
  providedIn: 'root'
})
export class LocalStorageService {

  constructor() { }

  public setItem(key: string, value: any): void {
    localStorage.setItem(key, JSON.stringify(value));
  }

  public getItem(key: string): any {
    const item = localStorage.getItem(key);
    return item ? JSON.parse(item) : null;
  }

  public removeItem(key: string): void {
    localStorage.removeItem(key);
  }

  public clear(): void {
    localStorage.clear();
  }

}
  1. 在组件中使用 LocalStorageService

例如,我们要在组件中存储一个布尔值:

import { Component } from '@angular/core';
import { LocalStorageService } from './local-storage.service';

@Component({
  selector: 'app-my-component',
  template: `
    
    

Setting value: {{ settingValue }}

` }) export class MyComponent { settingKey = 'my-setting'; settingValue = false; constructor(private localStorageService: LocalStorageService) { const storedValue = this.localStorageService.getItem(this.settingKey); if (storedValue !== null) { this.settingValue = storedValue; } } toggleSetting(): void { this.settingValue = !this.settingValue; this.localStorageService.setItem(this.settingKey, this.settingValue); } }

这样就可以使用 LocalStorageService 在本地存储中读写用户设置了。

相关内容

热门资讯

重大通报!智星菠萝德州辅助挂多... 重大通报!智星菠萝德州辅助挂多功能透视工具,总是真的有挂(真的有挂)1、智星菠萝德州脚本辅助下载、智...
分辨真假!aapoker辅助挂... 分辨真假!aapoker辅助挂多功能透视工具,其实有挂(今日头条)1、玩家可以在aapoker线上大...
一分钟教会你!德扑之星辅助挂多... 一分钟教会你!德扑之星辅助挂多功能透视工具,确实是真的有挂(有挂方式)一分钟教会你!德扑之星辅助挂多...
实测分享!德扑之星辅助挂多功能... 实测分享!德扑之星辅助挂多功能透视工具,一贯是真的有挂(有挂详细)该软件可以轻松地帮助玩家将德扑之星...
科普常识!红龙poker辅助挂... 科普常识!红龙poker辅助挂多功能透视工具,果然真的有挂(有挂教学)亲,关键说明,红龙poker透...
技术分享!德扑圈辅助挂多功能透... 技术分享!德扑圈辅助挂多功能透视工具,一直存在有挂(真的有挂)暗藏猫腻,小编详细说明德扑圈破解器有用...
分享给玩家!智星德州扑克辅助挂... 分享给玩家!智星德州扑克辅助挂多功能透视工具,总是真的有挂(真是有挂)运智星德州扑克辅助工具,进入游...
分享开挂内幕!AAPoKer辅... 分享开挂内幕!AAPoKer辅助挂多功能透视工具,本来是有挂(竟然有挂)1、AAPoKer免费脚本咨...
重大通报!AAPoKer辅助挂... 重大通报!AAPoKer辅助挂多功能透视工具,真是存在有挂(有挂详情)1、首先打开AAPoKer辅助...
实测教程!wpk辅助挂多功能透... 实测教程!wpk辅助挂多功能透视工具,都是是真的有挂(有挂猫腻)1、wpk脚本辅助下载、wpk免费透...