sod / issue368860

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue36860

Reproduction for angular/angular#36860

Do:

npm ci
ng run issue36860:server:production
node --inspect-brk dist/issue36860/server/main.js
  1. Open node debugger in chrome
  2. Start flame chart profiler
  3. Open http://localhost:4000
  4. Inspect profile

Created with

This project was generated with Angular CLI version 9.1.7.

npm i -g @angular/cli@9;
ng new issue36860;
cd issue36860;
ng add @nguniversal/express-engine;

About


Languages

Language:TypeScript 79.1%Language:JavaScript 11.1%Language:HTML 9.3%Language:CSS 0.5%