Closed rxjs-space closed 7 years ago
这个PR仅仅是proposal,太多地方需要完善,甚至需要重做。 嫁接universal-starter,主要目的是让搜索引擎能看到这个网站的具体内容。
PR主要内容:
npm start
使用方法:
npm u:build
node dist/server
npm u:start
nodemon dist/server/index.js
npm u:watch
已知问题:
library/article/title
Cannot read property 'unsubscribe' of null
about
let's see what angular 4 will offer first.
这个PR仅仅是proposal,太多地方需要完善,甚至需要重做。 嫁接universal-starter,主要目的是让搜索引擎能看到这个网站的具体内容。
PR主要内容:
npm start
还是和原来一样使用方法:
npm u:build
,然后node dist/server
;npm start
):npm u:start
to build the production package and runnodemon dist/server/index.js
npm u:watch
已知问题:
library/article/title
,服务器端报错,Cannot read property 'unsubscribe' of null
,服务器render失败,转到客户端render,且不影响后续运行;about
,会有闪烁,因为AboutModule是lazy loading,需要考虑重置app结构。