We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67ca20 commit 630e835Copy full SHA for 630e835
examples/demand-express/server/index.ts
@@ -1,3 +1,5 @@
1
+import 'reflect-metadata';
2
+
3
import express = require('express');
4
5
import {applicationBuilderFromModule, StateTransition} from 'angular-ssr';
0 commit comments