- ABP Framework version: v5.2.0
- UI type: Angular
- DB provider: EF Core /
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:" creating anew component and using the ABP IO localization or abp-page ...
exception messages : Can't bind to 'visible' since it isn't a known property of 'abp-modal'. <abp-modal [busy]="isModalBusy" [(visible)]="isModalOpen">
'abp-page' is not a known element: <abp-page [title]="'::Grants' ">
Can't bind to 'name' since it isn't a known property of 'ngx-datatable-column'.
No pipe found with name 'abpLocalization'.
this component is copied from another one working but i only change it's file name and class name i also has old component has same issue its created manulally
i dont know what happen the solution is created from ABP suite V5.2.0 and no thing changed
2 Answer(s)
-
0
I have created a new project and tried to produce the issue, but I couldn't. It works for me. if I had a similar issue, I would check my imports and declarations in
.module.ts
Can you share your project? -
0
yes dear I solve the problem just now. it was from importing the module.