如何将rendertron与环回3和angular 6配合使用?

时间:2018-11-16 17:20:57

标签: angular loopback rendertron

我正在尝试将rendetron与环回和角度6配合使用

我创建rendertron引导脚本:

const rendertron = require('rendertron-middleware');

module.exports = function(app, res) {
  app.use(rendertron.makeMiddleware({
    proxyUrl: 'http://my-rendertron-instance/render',
  }));
  console.log(res);
};

环回在客户端中提供静态角度项目

0 个答案:

没有答案