Skip to content

Commit 2592d8e

Browse files
Update TranslateComponent.ts
1 parent 596757b commit 2592d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TranslateComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Subscription } from "rxjs/Subscription";
77

88
@Component({
99
selector: "translate",
10-
template: "{{ translation }}"
10+
template: "{{ translation }}",
1111
})
1212
export class TranslateComponent {
1313
public translation: string = "";

0 commit comments

Comments
 (0)