This commit is contained in:
insanity 2017-09-27 17:59:34 +09:00
parent 1e63f3782a
commit aec94a0769

View File

@ -0,0 +1,12 @@
export class DiscoveryService {
// tslint:disable-next-line:no-empty
public constructor() {
}
public done(): void {
console.log('Discovery has finished.');
// state change test
}
}