如何使用ng2智能表(ServerDataSource)在标头中传递身份验证令牌

时间:2018-08-14 14:22:36

标签: angular angular5 ng2-smart-table ngx-admin

如何使用ng2智能表将API调用中的身份验证令牌传递给服务器?我当前的代码如下:

this.source = new ServerDataSource(
    http,
        {
            endPoint: environment.ApiBaseUrl + 'questions',
            dataKey: 'data',
            totalKey: 'total',
        }
);

我需要传递存储在本地存储中的令牌,以便识别已登录的用户。我发现与此相关,并尝试了它的最后评论,但没有成功Github

0 个答案:

没有答案