Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6abbcf

Browse files
committed
better
1 parent 167c72e commit e6abbcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import {testObservable} from './src/observable';
1+
import {testObservable} from "./src/observable";
22

33
class iWork {
44
constructor() {
5-
console.log('I work', "stuff")
5+
console.log("I work, whoohoo");
66
}
77
}
88

‎src/observable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { Observable } from 'rxjs/observable';
22

33
export class testObservable {
44
constructor() {
5-
console.log(Observable, "saflhsafla")
5+
console.log(Observable, "is listening")
66
}
77
}

0 commit comments

Comments
 (0)