Skip to content

Commit

Permalink
fix(astro-angular): update zone.js import to zone.js/node (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Dec 29, 2022
1 parent 443038c commit 84e9139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro-angular/src/server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'zone.js/dist/zone.js';
import 'zone.js/bundles/zone-node.umd.js';
import type {
ComponentMirror,
Provider,
Expand Down

0 comments on commit 84e9139

Please sign in to comment.