Skip to content

Commit 3793c81

Browse files
committed
Fix import (v20) in quickstart-standalone
1 parent a89c77b commit 3793c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/lib/src/oauth-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import {
44
Optional,
55
OnDestroy,
66
Inject,
7-
DOCUMENT,
87
} from '@angular/core';
8+
import { DOCUMENT } from '@angular/common';
99
import {
1010
HttpClient,
1111
HttpHeaders,

0 commit comments

Comments
 (0)