Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit cfa3909

Browse files
authored
fix(express-engine): remove unneeded dep from schematics server (#1090)
* Angular has removed the need for external Reflection, so it's not needed in the schematic
1 parent 3669b9d commit cfa3909

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/express-engine/schematics/install/files/root/__serverFileName@stripTsExtension__.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import 'zone.js/dist/zone-node';
2-
import 'reflect-metadata';
32
import {enableProdMode} from '@angular/core';
43
// Express Engine
54
import {ngExpressEngine} from '@nguniversal/express-engine';

0 commit comments

Comments
 (0)