asp.net-core-ngx-admin
asp.net-core-ngx-admin copied to clipboard
asp.net-core-ngx-admin
ASP.NET Core ngx-admin Integration
- ngx-admin 2.3
- dotnet core 2.1.402
Integration Steps.
- Install .Net Core SDK.
- create project folder, cd into, run
dotnet new angular
in cmd/terminal. - Delete everything inside 'ClientApp' folder.
- cd into ClientApp,
git clone
ngx-admin. - cd to the project folder, run
dotnet run
. - http://localhost:5000/
Had reverted back the fetch-data.component
inside of ClientApp/src/app/pages
folder.
https://localhost:5000/#/pages/fetch-data