logo
The World’s #1 Bootstrap 5 HTML,
VueJS, React, Angular, Laravel, Asp.Net Core, Blazor, Django & Flask

Admin Dashboard Ecosystem

This is Metronic 7 documentation!

Upon purchase you can get Metronic 7 version from our Github Repository.
Request Github access
The new Metronic 8 is now available with the most advanced Bootstrap 5, VueJS, React and Laravel foundation with a solid light and dark mode design system, extensive utility classes and custom made in-house components.
View Metronic 8 documentation

To use most of the Metronic build tools, Node.js LTS version is required. Version 14.x LTS is recommended. Some of the plugins and framework in Metronic v7 does not support the latest Node.js version. https://nodejs.org/en/

Angular

Overview

Angular is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly. Angular's data binding and dependency injection eliminate much of the code you would otherwise have to write. And it all happens within the browser.

The html version theme has static CSS only components. Those components are by default available in the angular version as well. You can copy and paste the html and use it in angular components.

Angular with Full Demo Pages

Angular source code can be found in [metronic]/theme/angular/ and available in separate app in various demos.

Path Description
themeThe Metronic theme pacakge.
angularThe Angular's demo
demo1Full Metronic's Angular application with sample pages. See Angular files structure below.
Demo URL See demo
demo2Full Metronic's Angular application with sample pages. See Angular files structure below.
Demo URL See demo
demo3Full Metronic's Angular application with sample pages. See Angular files structure below.
Demo URL See demo

Angular Files Structure

Angular source code can be found in [metronic]/theme/angular_new/[demo]/.
Below is the list of demo file structure in Angular app.
Path Description
distThe build output of Angular. This folder does not included in the package. Run command ng build to build it.
e2eEnd-to-end tests using Protractor. Visit link https://angular.io/cli/e2e for more info.
node_modulesThe package.json file in the app root defines what libraries will be installed into node_modules/ when you run npm install.
srcYour app lives in the src folder. All Angular components, templates, styles, images, and anything else your app needs go here. Any files outside of this folder are meant to support building your app.
appMain app folder
_helpersAddinional application helpers
fakeFake database for Authorization mocking.
_metronicMetronic core logic
configsLayout configs
coreMetronic custom Services/Pipes
partialsShared components
modulesSeparated modules
authAuthorization module
e-commerceE-Commmerce module
errorsError pages examples
i18nInternationalization module
materialGoogle Material examples
ngBootstrapNGBootstrap library compoments examples
user-managementUser Moanagement modules (*not implemented in new version. ETA [v8.x.x])
pagesLayout view and pages
_layoutBase Layouts
builderLayout builder page
DashboardDashboard page
layout.module.tsLayout module
pages-routing.module.tsRouting for all private pages (based on Layout)
app.component.htmlMain app template.
app.component.tsMain app typescript.
app.module.tsMain app module. The place where to import and declare required components.
app-routing.module.tsBase routing for the app. Disable unused demo layout in this file to exclude the module.
assetsThis folder will contain all the Metronic core assets needed for the Angular application.
environmentsThis folder contains one file for each of destination environments, each exporting simple configuration variables to use in application
environment.prod.tsProduction environment config
environment.tsDevelopment environment config
index.htmlThe index.html lives at the root of front-end structure. The index.html file will primarily handle loading in all the libraries and Angular elements.
main.tsThe main entry point for your app.
polyfills.tsAngular is built on the latest standards of the web platform. A particular browser may require at least one polyfill to run any Angular application. You may need additional polyfills for specific features.
IE9, IE10 and IE11 requires to enable polyfills. Read more angular.io/guide/browser-support
style.angular.scssGlobal styles go here which styles that affect all of your app need to be in a central place.
test.tsVisit link https://angular.io/guide/testing for more info.
tsconfig.app.jsonVisit link https://www.typescriptlang.org/docs/handbook/tsconfig-json.html for more info.
tsconfig.spec.jsonVisit link https://www.typescriptlang.org/docs/handbook/tsconfig-json.html for more info.
tslint.jsonWhen using the CLI or many third-party tools, a file named tslint.json or tslint.yaml is used to configure which rules get run and each of their options. Visit link https://palantir.github.io/tslint/usage/configuration/ for more info.
typings.d.tsUse TypeScript type definition files—d.ts files—to tell the compiler about the libraries you load. Visit link https://angular.io/guide/typescript-configuration#typescript-typings for more info.
.editorconfigEditor configuration, see http://editorconfig.org
.gitignoreGit uses it to determine which files and directories to ignore, before you make a commit.
angular.jsonConfiguration for Angular CLI. In this file you can set several defaults and also configure what files are included when your project is built. Check out the official documentation if you want to know more.
package.jsonA package.json file contains meta data about app or module. Most importantly, it includes the list of dependencies to install from npm when running npm install.
package-lock.jsonpackage-lock.json is automatically generated for any operations where npm modifies either the node_modules tree, or package.json
tsconfig.jsontsconfig.json file in a directory indicates that the directory is the root of a TypeScript project. The tsconfig.json file specifies the root files and the compiler options required to compile the project.
tslint.jsonLinting configuration for TSLint together with Codelyzer, used when running ng lint. Linting helps keep your code style consistent.
webpack-rtl.config.jsRTL webpack configuration.
ngcc.config.jsIVY renderer compatibility settings file.
Think About The Future, Stay Connected With Us
The More We Learn, The More We Are Able To Innovate & To Develop