Redirecting to project page after creating added

This commit is contained in:
PiotrP
2018-11-15 01:00:48 -08:00
parent 39bc162414
commit b8ea53b32b
4 changed files with 27 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<h1 mat-dialog-title>Add blank project</h1>
<h1 mat-dialog-title>Create new project</h1>
<form [formGroup]="projectNameForm" class="file-name-form">
<mat-form-field class="file-name-form-field">
<input matInput type="text" formControlName="projectName" [ngClass]="{ 'is-invalid': form.projectName?.errors }" placeholder="Please enter name" />