Implement iframe reload on deployment

This commit is contained in:
Kristóf Tóth
2018-05-17 15:58:08 +02:00
parent 4df50e165d
commit 454507615d
4 changed files with 24 additions and 10 deletions

View File

@ -6,9 +6,7 @@ import { Subject } from 'rxjs/Subject';
@Injectable()
export class DeploymentNotificationService {
deploying: Subject<boolean> = new Subject<boolean>();
constructor() { }
constructor() {}
}