Skip to content

Commit 690b31c

Browse files
committed
test
1 parent 9931597 commit 690b31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AngularCliCodeFlowPkce/src/app/dataeventrecords/components/dataeventrecords-create.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Component, OnInit } from '@angular/core';
22
import { Router } from '@angular/router';
3-
import { Observable } from 'rxjs/Observable';
3+
import { Observable } from 'rxjs';
44
import { map } from 'rxjs/operators';
55
import { OidcSecurityService, ConfigAuthenticatedResult, AuthenticatedResult } from 'angular-auth-oidc-client';
66

0 commit comments

Comments
 (0)