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
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.
https://medium.com/ngconf/using-jquery-plugin-in-angular-boys-men-and-legends-2dfc06605481
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?