Base solution for your next web application
Open Closed

Swapper component in angular #11049


User avatar
0
geoteam created

What is your product version? 11.1.0 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .NET 6 What theme are you using? metronic default

Hi support, we wanted to use the function KTSwapper (seen in metronic HTML) to display the PageTitle in the header (kt_header_nav) instead of the menu and to automatically switch the title to the body on small displays.

Under metronic/app/kt/components many KT components are already available. Unfortunately, there is no SwapperComponent.

Is this component currently being implemented or is there a better way to solve our problem? In VueJS and React, this componente seems to already exist.

Many thanks in advance, Frank


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    We are using some of the Metronic components in AspNet Zero. You can find the used components here. It seems like SwapperComponent is not included.

    You can copy SwapperComponent from Metronic's source code to this folder and then init this component in pluginsInitialization method of app.component.ts. Then, you can use this component in your app.