fix AOT building
This commit is contained in:
parent
59ac9cb390
commit
257de0f6e8
|
@ -117,7 +117,7 @@ export class DatabindedTextComponent implements OnInit {
|
||||||
this.hashtagSelected.next(hashtag);
|
this.hashtagSelected.next(hashtag);
|
||||||
}
|
}
|
||||||
|
|
||||||
private selectText() {
|
selectText() {
|
||||||
console.warn(`selectText`);
|
console.warn(`selectText`);
|
||||||
this.textSelected.next();
|
this.textSelected.next();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue