Adding a Configuration Template
<div class="row">
<div class="col-lg-8">
<small>Text to append to the Text Content</small>
<input name="helloWorldES_text" class="form-control"
[(ngModel)]="initialState.target.helloWorldES.text">
</div>
</div>Last updated