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.
 
 
 
 

6 line
243 B

  1. <div class="d-flex justify-content-between align-items-start">
  2. <h2>{{'basic.tasks' | translate}}</h2>
  3. <button class="btn btn-primary" (click)="openModalNewTask()">{{'basic.new-product' | translate}}</button>
  4. </div>
  5. <p>tasks works!</p>