Activities of "guven.uysall"

Hi,

We do this in our microservice project.ExampleService::LocalizationKey. ExampleService is the name of our service.

Hi @maliming,

It would be great if you could share a code example on this topic.

Thanks

Hi @muhammed, I can't see angular template on suite for microservice projects

Answer

:) thanks.

Hi @muhammed,

Actually, I want to update the routing module suite template according to my own request.

If I make the code below without using tepmlate, it will disappear the next time I generate code with suite.

{
    path: '',
    component: RouterOutletComponent,
    canActivate: [AuthGuard, PermissionGuard],
    children: [
      {
        path: '',
        component: ReplaceableRouteContainerComponent,
        data: {
          replaceableComponent: {
            key: 'YOUR_COMPONENT_KEY',
            defaultComponent: BookComponent,
          } as ReplaceableComponents.RouteData,
        },
      },
    ],
  },

Hi support,

Do you have an opinion on the subject?

Thanks.

Thanks @maliming.

Hi @maliming, How do I test if the access_token has expired. Which endpoints should I request?

Hi @maliming,

So you say everything is simple. Problem solved. Thanks.

Showing 21 to 30 of 45 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13