我正在关注本教程:
https://medium.com/@blacksonic86/authentication-in-angular-2-958052c64492关于Angular2的身份验证.
我有这个问题:
从localStorage导入localStorage;
我读过其他地方,我应该使用这个库https://github.com/marcj/angular2-localstorage来访问HTML5中的本地存储.这是真的唯一的选择吗?我可以从angular2访问HTML5本地存储,而不使用额外的模块?
解决方法
您可以直接在本地服务中使用localStorage,而不需要从“localStorage”导入localStorage;