Please, can you teach me how implement a autocomplete plugin with angular2?, we're using the material design theme of metronic. thank you
Hi guys, I want to implement the datepicker component : bootstrap-datepicker like the metronic theme, I added the css and the js to .angular-cli.json, and implement as component like
@ViewChild('dateInput') dateInput: ElementRef;
$(this.dateInput.nativeElement).datepicker({
orientation: "bottom auto"
});
<input #dateInput name="DocumentDate" class="form-control" [ngClass]="{'edited':sale.documentDate}" [(ngModel)]="sale.documentDate" required>
<label>{{l("DocumentDate")}}</label>
but not work, I check the styles and are another declarations for css datepicker on plugins.css and plugins-md.css, but doesn't work yet, you have a implementation of this? im using the aspnetcore (with .net 4.6) and angular2 project
CHeers
Hi guys,on my app: <a class="postlink" href="http://app.skanix.com.pe">http://app.skanix.com.pe</a> when I select another language, this redirect to /tenant, and get a 404, error, this is a general error?, I have the asp net core(.net 4.6.1) with angular2 project version.
Cheers