mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 10:35:11 +00:00
Implement iframe reload on deployment
This commit is contained in:
@ -6,9 +6,7 @@ import { Subject } from 'rxjs/Subject';
|
||||
|
||||
@Injectable()
|
||||
export class DeploymentNotificationService {
|
||||
|
||||
deploying: Subject<boolean> = new Subject<boolean>();
|
||||
|
||||
constructor() { }
|
||||
|
||||
constructor() {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user