clean up
This commit is contained in:
parent
3fda1e7b9b
commit
34bdd12029
|
@ -22,8 +22,8 @@ export class DatabindedTextComponent implements OnInit {
|
|||
|
||||
@Input('text')
|
||||
set text(value: string) {
|
||||
console.warn('text');
|
||||
console.warn(value);
|
||||
// console.warn('text');
|
||||
// console.warn(value);
|
||||
|
||||
this.processedText = '';
|
||||
|
||||
|
|
Loading…
Reference in New Issue