You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <div class="d-flex justify-content-between align-items-start">
- <h2>{{'basic.tasks' | translate}}</h2>
- <button class="btn btn-primary" (click)="openModalNewTask()">{{'basic.new-product' | translate}}</button>
- </div>
- <p>tasks works!</p>
|