mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
Added Observable import to schema-changer.service.ts
This commit is contained in:
parent
fb1a5bcb36
commit
59939902a3
|
@ -1,5 +1,6 @@
|
|||
import { Injectable } from '@angular/core';
|
||||
import { Subject } from 'rxjs/Subject';
|
||||
import { Observable } from '@angular/core';
|
||||
|
||||
@Injectable()
|
||||
export class SchemaChangerService {
|
||||
|
|
Loading…
Reference in New Issue
Block a user