Open Closed

Documentation for Angular Frontend and Lepton-Theme #756


User avatar
1
boltth created

Dear Volosoft-Team

I'm searching the documentation for the Lepton-Theme and the volosoft-Angular-framework. I sadly couldn't find much in both documentations (abp community and commercial). Is there another link I should know about? You surely implemented many awesome things that could be used in the frontend. But I should know about which possibilities are available and how to use them.

What am I looking for exactly: In the past we worked with a Material html-theme. They have a demonstration-site, that contains all kind of possibilities with the theme: http://byrushan.com/projects/ma/1-5-1/jquery/index.html And then, you have surely many angular-components.

Best Regards Thomas


4 Answer(s)
  • User Avatar
    0
    Mehmet created

    Hi @boltth

    You can find the Angular UI documentation under the User Interface > Angular section on the menu of the https://docs.abp.io

    You can also check this: https://docs.abp.io/en/commercial/latest/guides/customizing-modules

    The docs under the Customization topic are related to the themes (Basic and Lepton). You can apply the same steps for the Lepton theme. The only difference; You have to replace the @abp/ng.theme.basic with the @volo/abp.ng.theme.lepton in imports.

  • User Avatar
    0
    Mehmet created

    I might have misunderstood. There are a few components, directives, etc. in ABP Angular UI. We've already documented some of these, and we have created issues to document the rest.

    We use the NG Bootstrap library for the UI components we need. When we can not find a good component for the purpose, we develop for it. So you can use the NG Bootstrap components. The library is built-in, you do not have to install it.

  • User Avatar
    0
    boltth created

    Thank you for the clarification Mehmet. I already knew the links from your first answer. And it's exactly as you assumed in your second post. I was not sure what components and directives you additionally implemented. Getting the hint to NG Bootstrap is okay for the moment. But I'm looking forward to find more documentation about your own "extensions".

    PS. We used to work with Syncfusion in the past. I know your articles about integrating telerik and others. Maybe there is something about Syncfusion / Angular. Or you may write such an article. But in the meantime I will try it myself.

    Thanks and best Regards Thomas

  • User Avatar
    0
    beuko created

    Hello.

    Can you tell if you successfully used Syncfusion compnent in abp.io and how did you install and used it? I want to use some components from Syncfusion, but when I install their package and dependencies my abp project crashes.

    Thanks B

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11