This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form class="form-inline"> | |
| <div class="form-group"> | |
| <div class="input-group"> | |
| <input class="form-control" placeholder="dd/MM/yyyy" name="dp" [(ngModel)]="exampleDate" ngbDatepicker #d="ngbDatepicker"> | |
| <div class="input-group-append"> | |
| <button class="btn btn-outline-secondary calendar" (click)="d.toggle()" type="button"></button> | |
| </div> | |
| </div> | |
| </div> | |
| <div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Reinstalar Paquetes Nugget | |
| - Update-Package –reinstall | |
| - Update-Package -reinstall -Project ProjectName |