.
This commit is contained in:
parent
1e63f3782a
commit
aec94a0769
12
src/ts/@overflow/discovery/api/service/DiscoveryService.ts
Normal file
12
src/ts/@overflow/discovery/api/service/DiscoveryService.ts
Normal 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
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user