Activities of "tony.chen@sjrb.ca"

nvm...because of angular 18 new build process. fyi: https://stackoverflow.com/questions/37348045/change-the-dist-folder-path-in-angular-cli-after-ng-build

  • ABP Framework version: v8.3
  • UI Type: Angular
  • Database System: EF Core (PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Steps to reproduce the issue: upgrade to v8.3.0 from v8.2.1

I have these two lines in OnApplicationInitializationAsync function app.UseFileServer(); app.UseConfiguredEndpoints(x => x.MapFallbackToFile("index.html"));

Also, wwwroot default folder in bin folder with all angular files.

It's all working fine before upgrade to v8.3.0. Do we know what's changed in this new 8.3 version? and How to fix this?

I don't see anything special in migration guide.

Hello Sumeyye, we don't have plan on using Angular Material components. We want to use out-of-box components from ABP framework, and this component injection for Modal windows is important for building the front-end application. I would like your team to consider on adding this feature into your roadmap. Thanks.

Thanks for the advice. Is that possible ABP can include this type of feature by default?

I believe this can benefit all users. Also, angular material UI uses the same practice. (https://material.angular.io/components/dialog/api)

ABP ModalComponent is using ng-boostrap under the hood which is good. However, I don't see anywhere mentioned "NgbModal.open" function in ABP Modal documentation. (https://abp.io/docs/latest/framework/ui/angular/modal)

Is there a different way to approach this in ABP? The goal is we want to have a new instance inside of modal window when display every time.

Reference from ng-boostrap: https://ng-bootstrap.github.io/#/components/modal/api#NgbModal open open(content: any, options: NgbModalOptions) => NgbModalRef Opens a new modal window with the specified content and supplied options. Content can be provided as a TemplateRef or a component type. If you pass a component type as content, then instances of those components can be injected with an instance of the NgbActiveModal class. You can then use NgbActiveModal methods to close / dismiss modals from "inside" of your component. Also see the NgbModalOptions for the list of supported options.

Hello Anjali,

Thanks for the answer.

Question
  • ABP Framework version: v8.1.4
  • UI Type: Angular
  • Steps to reproduce the issue: add class="text-right" into a div tag, the text inside of div tag doesn't align to right because this class doesn't exist.

I thought ABP is using Bootstrap as the base, why missing all classes?

Thanks Liang. Works now, forgot the directive thing, lol. FYI, I am doing stand-alone components so I need import all of them separately. standalone: true, imports: [NgxDatatableModule, NgxDatatableListDirective, NgxDatatableDefaultDirective],

I would love to see next ABP Angular template fully leveraging on stand-alone, no zone.js, and Signals.

  • ABP Framework version: v8.1.3
  • UI Type: Angular
  • Database System: MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: 1. If 'ngx-datatable' is an Angular component and it has 'list' input, then verify that it is part of this module.
  • Steps to reproduce the issue: https://github.com/abpframework/abp-samples/blob/master/BookStore-Angular-MongoDb/angular/src/app/book/book.component.html or follow https://docs.abp.io/en/abp/latest/Tutorials/Part-1

There is no [list] attribute from ngx-datatable (https://swimlane.gitbook.io/ngx-datatable/api/table/inputs) <ngx-datatable [rows]="author.items" [count]="author.totalCount" [list]="list" default> <ngx-datatable-column [name]="'::Actions' | abpLocalization" [maxWidth]="150" [sortable]="false" >

Got it. Thanks.

Showing 1 to 10 of 21 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11