set value to textarea code example
Example 1: assign value to textarea
<textarea class="article-input" id="article-input" type="text" rows="9" >{{article}}</textarea>
Example 2: set initial value of textarea
<!-- Just add it between the tags -->
<textarea>Whatever you want in here</textarea>