Open-source by Keenthemes!Support our KtUI and ReUI open-source projects and help with growth.
Star on Github

app.config.ts file is required to implement interceptor but is missing in theme


app.config.ts file is required to implement interceptor in angular application but it is not present in my angular application in demo 1 I have thouroghly checked it


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


Been diving into UI design a lot lately for my startup and stumbled on this piece: — super helpful when you're working with limited screen real estate and tight budgets. The breakdown of how small interfaces can be optimized without clutter is gold. I loved the examples showing minimal designs that still manage to guide users clearly. Definitely made me rethink some choices I made with my app layout!



Hi Shahryarsabir AMZ

Some pages from the HTML version might not exist in the Angular version. However, the CSS styles from the HTML version are already integrated into Angular. All the components from the HTML version are static and non-working components. You can copy the component HTML from the HTML version and paste it into the Angular component to get the same look. The customer must do the actual functionality and implementation because every customer has unique business requirements.

By default, jQuery-based features are unavailable in the Angular version, so any components related to jQuery will be skipped. In this case, the form-repeater is not included in the Angular version.

Form repeater is a jquery plugin and it can be used in Angular if you include jquery in your Angular app. You can check this post to learn how to use jQuery plugins with Angular.



Let us know if you need further clarification.



Hi Shahryarsabir AMZ

Which specific Metronic Angular version are you using? app.config.ts file seems not available in Metronic Angular. Could you please provide more details or clarify your question so I can assist you better?


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(