Merge pull request #104 from lisposter/master
change the variable `todos` to `names`
This commit is contained in:
commit
d38e9b732a
@ -55,7 +55,7 @@
|
|||||||
})
|
})
|
||||||
class DisplayComponent {
|
class DisplayComponent {
|
||||||
myName: string;
|
myName: string;
|
||||||
todos: Array<string>;
|
names: Array<string>;
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.myName = "Alice";
|
this.myName = "Alice";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user