File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
public/docs/js/latest/guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 112
112
//Typescript
113
113
class DisplayComponent {
114
114
myName: string;
115
- <span class =' otl' >names: Array< string > ;</span >
115
+ <span class =' otl' >names: Array& lt ; string& gt ; ;</span >
116
116
117
117
constructor() {
118
118
this.myName = "Alice";
289
289
//ES5
290
290
directives: [angular.For, angular.If]
291
291
p.
292
- As there are currently 6 items it the list, you'll see the message congratulating you on your many friends.
292
+ As there are currently 6 items in the list, you'll see the message congratulating you on your many friends.
293
293
Remove three items from the list, reload your browser, and see that the message no longer displays.
294
294
295
295
code-tabs
315
315
}
316
316
317
317
class FriendsService {
318
- names: Array< string > ;
318
+ names: Array< string> ;
319
319
constructor() {
320
320
<span class =' otl' >this.names = ["Aarav", "Martín", "Shannon"];</span >
321
321
}
You can’t perform that action at this time.
0 commit comments