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
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?