| 1 | <div class="bg-foreground w-full"> |
| 2 | <!-- HEADER --> |
| 3 | <vex-header [headerData]="headerData" [projectName]="projectNameCtrl" [showErrors]="showErrorsCtrl" |
| 4 | (submitEvent)="formSubmit()"></vex-header> |
| 5 | <!-- END HEADER --> |
| 6 | <div class="container max-w-[900px] bg-foreground"> |
| 7 | <form [formGroup]="mainForm"> |
| 8 | <div class="flex flex-col gap-12 mt-16"> |
| 9 | |
| 10 | <vex-project-details [projectDetails]="projectDetailsGroup"></vex-project-details> |
| 11 | |
| 12 | <vex-project-notes [projectDetails]="projectDetailsGroup"></vex-project-notes> |
| 13 | |
| 14 | </div> |
| 15 | </form> |
| 16 | </div> |
| 17 | </div> |
abel / create-new.template.html
Last active 3 months ago
Revision 8006e411db21c632b51dec0e249a33b3fa124741