fix AOT building

This commit is contained in:
Nicolas Constant 2018-10-28 01:33:53 -04:00
parent 59ac9cb390
commit 257de0f6e8
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export class DatabindedTextComponent implements OnInit {
this.hashtagSelected.next(hashtag);
}
private selectText() {
selectText() {
console.warn(`selectText`);
this.textSelected.next();
}