Activities of "lwilbourn"

We are getting the same on all our projects.

Version 4.3.2 Angular EFCore-Sql Server

created project via Suite, able to run the *.web.public project.

Is there built in admin features for angular as referenced on

https://docs.abp.io/en/abp/latest/Modules/Cms-Kit/Index

https://docs.abp.io/en/abp/latest/Modules/Cms-Kit/Pages

https://docs.abp.io/en/commercial/latest/modules/cms-kit Has a 404.

https://commercial.abp.io/modules/Volo.CmsKit.Pro Doesn't list as on roadmap perchance?

"An important note: As of v4, the Angular UI has no login page at all. It uses the MVC login page. So, replacing the login component may prove redundant, if you are planning to upgrade."

So you cannot replace the login component pages in angular? have to do in MVC? Customeization-User-Interface?

Is there current documentation on replacing the login component completing in angular?

see this thread, is a bug and they have on list to fix, but is a work around in the notes. 4.x bugs

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: 4.0
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): no

Created a project using the abp suite.

We are wanting to style, and change the Login Page behavior on the default login components.

1st To change the colors in the login controls, and to if possible take it from a full-page route to a display as modal.

We have already applied styles on the main page, but have been unsuccessful on the login components. We also did a replaceableComponents on the logo as was able to find the Key to replace for it.

is there documentation on the Angular method for changing the styles in the lepton.css ? To change behavior of the login controls will we have to find all the replaceable components and customize them? If so is there a list of all the latest replacable components and their source?

I have pulled and looked through the Volo.Abp.Account.Pro module but could just be not looking in correct place.

Most of the documentation appears to be MVC focused, or I am not finding, is there demos on customizing the angular login components or a detail replacement for the login components in angular?

Thank you.

Answer

Using Suite to create project, then add in the Account module

Angular/c#/EF core

<br>

in the Host xxxHttpApihostModule you get the below missing/incorrect references.

this is the first module we have attempted to bring in so we can change the Login screens without having to find/replace them all.

Is there a better way to go about or more documentation around the modules and the UI files they include?

Or a more definitive list of component replacements? as the current documentation https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement might not reference the latest items

Any extra guidance would be appreciated. Thanks

Answer

having the same issue as new user running through the Tutorial

Log: appears as path is incorrect.

rootname is defined correctly.

Log Text: 2020-12-03 10:51:17.996 -06:00 [INF] 1/9 - EntityGenerateCommand started... 2020-12-03 10:51:18.162 -06:00 [INF] 1/9 - EntityGenerateCommand completed. | Duration: 165 ms. 2020-12-03 10:51:18.162 -06:00 [INF] 2/9 - RepositoryCommand started... 2020-12-03 10:51:18.361 -06:00 [INF] 2/9 - RepositoryCommand completed. | Duration: 199 ms. 2020-12-03 10:51:18.361 -06:00 [INF] 3/9 - AppServiceCommand started... 2020-12-03 10:51:18.434 -06:00 [INF] 3/9 - AppServiceCommand completed. | Duration: 72 ms. 2020-12-03 10:51:18.434 -06:00 [INF] 4/9 - ProxyControllerCommand started... 2020-12-03 10:51:18.447 -06:00 [INF] 4/9 - ProxyControllerCommand completed. | Duration: 12 ms. 2020-12-03 10:51:18.447 -06:00 [INF] 5/9 - PermissionCommand started... 2020-12-03 10:51:18.472 -06:00 [INF] 5/9 - PermissionCommand completed. | Duration: 25 ms. 2020-12-03 10:51:18.472 -06:00 [INF] 6/9 - ApplicationObjectMappingCommand started... 2020-12-03 10:51:18.481 -06:00 [INF] 6/9 - ApplicationObjectMappingCommand completed. | Duration: 8 ms. 2020-12-03 10:51:18.481 -06:00 [INF] 7/9 - UnitTestCommandCommand started... 2020-12-03 10:51:18.509 -06:00 [INF] 7/9 - UnitTestCommandCommand completed. | Duration: 27 ms. 2020-12-03 10:51:18.509 -06:00 [INF] 8/9 - AngularUiGenerateWithSchematicsCommand started... 2020-12-03 10:51:18.511 -06:00 [INF] Running the Angular Schematics command: npx "C:/SourceCode/ABP.IO/Playground/angular/.suite/schematics/node_modules/.bin/ng" g ".suite/schematics/collection.json:entity" app-pro Playground "C:/SourceCode/ABP.IO/Playground/aspnet-core/.suite/entities/Author.json" 2020-12-03 10:51:22.393 -06:00 [INF] Angular Schematics command failed. Collection "C:\SourceCode\ABP.IO\Playground\angular\.suite\schematics\.suite\schematics\node_modules\@abp\ng.schematics\collection.json" cannot be resolved.

2020-12-03 10:51:22.399 -06:00 [INF] 8/9 - AngularUiGenerateWithSchematicsCommand completed. | Duration: 3889 ms. 2020-12-03 10:51:22.399 -06:00 [INF] 9/9 - DbMigrationCommand started... 2020-12-03 10:51:22.399 -06:00 [INF] Adding new migration... 2020-12-03 10:51:22.399 -06:00 [INF] cd /d "C:\SourceCode\ABP.IO\Playground\aspnet-core\src\Playground.EntityFrameworkCore.DbMigrations" && dotnet ef migrations add Added_Author --startup-project ../Playground.HttpApi.Host --context PlaygroundMigrationsDbContext 2020-12-03 10:51:38.803 -06:00 [INF] Build started... Build succeeded. Done. To undo this action, use 'ef migrations remove'

Showing 1 to 7 of 7 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11