Added onsubmit event to form component
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
<div class="modal-content p-3">
 | 
			
		||||
    <form>
 | 
			
		||||
    <form (ngSubmit)="onSubmit()">
 | 
			
		||||
        <div class="form-group">
 | 
			
		||||
            <label for="Title">Titel</label>
 | 
			
		||||
            <input type="text" class="form-control" id="Title" required name="title" [(ngModel)]="title">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user