This commit is contained in:
parent
e5c4ec6730
commit
c5a4c8e6ed
@ -5,6 +5,23 @@
|
||||
|
||||
{% include 'navbar.html' %}
|
||||
|
||||
<div class="row">
|
||||
<div class="posting_form">
|
||||
<h4>Создай то, о чем будут говорить многие в /{{board}}/.</h4>
|
||||
<br>
|
||||
<textarea type="text" rows="8" cols="45" placeholder="Печатать сюда" #textForm [(ngModel)] = "inputText"></textarea>
|
||||
<p>
|
||||
<button (click)="create()" >Отправить</button>
|
||||
</p>
|
||||
<h1>Загрузить картинку:</h1>
|
||||
<input type="file" #file placeholder="Загрузить картинку" (change)="sendPic($event)" style="display:none;">
|
||||
<button type="button" class="btn btn-success" (click)="file.click()">Загрузить картинку</button>
|
||||
<div *ngFor="let singlePic of inputImages" >Картинка: {{singlePic}}</div>
|
||||
<p>
|
||||
<button (click)="eraseData()" >Отмена</button>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" >
|
||||
<div class="col s5" id="neu-posts">
|
||||
|
Loading…
Reference in New Issue
Block a user