Hi,
For example : 'Sp.Portal.AnhkMains.KeHoachKscl' , Entity = 7, at 06/18/2020 16:29
<li> <a href="javascript:;" *ngIf="entityHistoryEnabled" (click)="showHistory(record.keHoachKscl)">{{l('History')}}</a> </li> <entityTypeHistoryModal #entityTypeHistoryModal></entityTypeHistoryModal>
How do I change the font-family of the entire system? I'm using ASPNETZERO Core + Angular V8.6.0. Thanks.
How can I display multiple messages at once in ASPNETZERO (Angular) with abp.notify.js ?. When I tried the example below, it also just shows each other (not automatically arranged on top)
this.notify.info(this.l('SavedSuccessfully'), '', { timer: 5000, toast: true }); this.notify.info('1', '', { timer: 5000, toast: true }); this.notify.info('2', '', { timer: 5000, toast: true }); this.notify.info('3', '', { timer: 5000, toast: true }); this.notify.info('4', '', { timer: 5000, toast: true }); this.notify.info('5', '', { timer: 5000, toast: true });
Thanks
Hi, I'm using AspNetZeroRadTool 2.2.1.2, Asp.NetZero V08.06.00 (NetCore 3.1 + Angular 9) and I custom AspNetZeroRadTool\FileTemplates\Client\Angular\ComponentHtmlTemplate\MainTemplate.txt to "MainTemplate.custom.txt". But I see "MainTemplate.custom.txt" not same generation code Is not same generate code: In "Templateinfo.txt" i see: { "path" : "app\{{menu_Position_Here}}\{{namespace_Relative_Here}}\{{entity_Name_Plural_Here}}\{{entity_Name_Plural_Here}}.component.html", "condition": "{{Project_Version_Here}} < 050400" } So, Where is the template for the version >= 050400 ( Or V08.06.00)?