Skip to content

Commit

Permalink
fix add missing dependency to preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Sep 7, 2023
1 parent a37633c commit 56183df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scopes/dev-services/preview/preview/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@angular/elements": ">= 8.0.0",
"@angular/platform-browser": ">= 8.0.0",
"@angular/platform-browser-dynamic": ">= 8.0.0",
"rxjs": "^6.5.5 || ^7.4.0",
"typescript": ">= 3.5.3",
"zone.js": ">= 0.9.1"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NgModuleRef } from '@angular/core';
import { ReplaySubject } from 'rxjs';
import type { NgModuleRef } from '@angular/core';
import type { ReplaySubject } from 'rxjs';

declare global {
interface Window {
Expand Down

0 comments on commit 56183df

Please sign in to comment.