Activities of "wazbek"

Thank you.

Hi Mehmet

Thanks. I am already protecting my routes with the AuthGuard.

Any idea when this fix will be released?

Thank you Mehmet.

I completely forgot about the !important.

I am able to override what I need to now.

Hi alper

Completely forgot about the !important.

I am able to override now.

Thank you.

Hi

I am trying to override the class in your example above. I have added it to the angular applications styles.scss file and I am able to see the style is there when viewing it in the browser. It is however not overriding the lepton theme's style.

We have multiple angular applications and each application needs its own custom style.

Can you please give me an example of where and how I should be overriding the lepton theme?

Thanks alper. I was able to download the source code

Hi Mehmet

It looks like there was a problem with the build of the angular application.

This problem is sorted out.

Thanks.

Hi Mehmet

Yes no problem.

I would like to remove these from the environment.ts file in my angular application.

application: {
    name: 'Test'
  },
  oAuthConfig: {
    issuer: 'https://localhost:44373',
    clientId: 'Test_App',
    dummyClientSecret: '1q2w3e*',
    scope: 'Test',
    showDebugInformation: true,
    oidc: false,
    requireHttps: true
  },
  apis: {
    default: {
      url: 'https://localhost:44373'
    }
  },
  localization: {
    defaultResourceName: 'Test'
  }

Add them to the appsettings.json in the HttpApi.Host project where I can control the values with transforms and have all application settings in one place.

Then when my angular app starts up it loads those values from the ConfigState:settings rather than from the environment.ts file.

I see the environment settings get passed into the CoreModule like this.

CoreModule.forRoot({
      environment,
      requirements: {
        layouts: [...LAYOUTS]
      }
    }),

Would it be possible to somehow get the settings from ConfigState and completely replace the environment settings before passing it to the CoreModule above?

ng build appname --prod

Hi alper

Thanks, I am now able to see hard coded menu items.

Can you please provide an example of how this works with routes defined in a lazy module and then loaded in the app routing module via loadChildren?

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