Base solution for your next web application

Activities of "optixdev"

I am using Theme 8 and I did lots of custom changes in "assets/metronic/themes/theme8/css/style.bundle.min.css" file, but when I close the project I am loosing the all the changes made to this file as its getting rollback to the default version of theme style.

I am using Visual Studio Code for the running the Angular project.

Angular + .Net Core - Glitch on Scrolling

I am not able to scroll down to the bottom of the webpage as there is a glitch .. my screen gets flickering

Angular + .Net Core

Is it possible to perform CRUD operations without power tools?

I tried to create controller with EF in Host project but controller is showing is swagger but its not working!

Could not execute because the specified command or file was not found. Possible reasons for this include:

  • You misspelled a built-in dotnet command.
  • You intended to execute a .NET Core program, but dotnet-ef does not exist.
  • You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH. Running migrator... OnlineSupport\Support.cs(15,22): error CS0102: The type 'Support' already contains a definition for 'TenantId' [\aspnet-core\src\Support.Core\Support.Core.csproj]

The build failed. Fix the build errors and run again.

Angular + .Net Core

I have created the API controllers with Power Tools and API are accessable from the Swagger but when I run the API i am getting the (401 Undocumented | Error: Unauthorized)

When v8.3 will be released?

Angular + .Net Core microsoft Login is not working?

Couldnt find the resource on github (Note: my gihub account is linked with ASPZero)

//not implemented yet. Will be implemented with https://github.com/aspnetzero/aspnet-zero-angular/issues/5

Angular + .Net Core

How to display spectific menu and pages to these roles:

HOST Admin: new AppMenuItem('Dashboard', 'Pages.Administration.Host.Dashboard', 'flaticon-line-graph', '/app/admin/hostDashboard'),

Tenant Admin: new AppMenuItem('Dashboard', 'Pages.Tenant.Dashboard', 'flaticon-line-graph', '/app/main/dashboard'),

Tenant User: ? with tenant admin code the menu is not apppering on the User side.

import { FormsModule, ReactiveFormsModule } from '@angular/forms';

imports: [ FormsModule, BrowserModule, ReactiveFormsModule ],

@bobingham same Angular code is running on the another application but its not running on the Zero, hope you understand.

Showing 21 to 30 of 58 entries