HTML Integration

All styles (SASS files) from the Metronic HTML version are imported into the Angular version too.

It means you can easily use HTML/CSS classes structure from the Metronic HTML version in your Angular code.

For example, you need to use a basic flex layout from Metronic HTML documentations, you can grab examples from the Metronic HTML Documentations page and copy them into your Angular component:

Fixed Height
Fluid Height
Fixed Height
Fluid Width
Fixed Width
We don't use jQuery in our SPA applications (including Angular). It means jQuery-based code from the Metronic HTML version can't be copied into our Angular application.