πŸ“„Page Structure

../src/index.html

index.html
<!doctype html>
<html lang="en">
  <head>
    <title>Berry Angular Dashboard Template</title>
    <!-- HTML5 Shim and Respond.js IE11 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 11]>
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
      <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->
    <base href="/" />
    <!-- Meta -->
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1, minimal-ui" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta
      name="description"
      title="Berry Angular Admin Dashboard Template - CodedThemes"
      content="Berry Admin Dashboard Template is built with Angular 21, Bootstrap 5, and ng-bootstrap 18. It comes with ready-to-use dashboards, apps, UI components, forms, tables, charts, maps, icons, etc., to kickstart a new project efficiently."
    />
    <meta
      name="keywords"
      content="Admin templates, Bootstrap Admin templates, angular 21.x.x, bootstrap 5.x.x, Dashboard, Dashboard Templates, sass admin templates, html admin templates, Responsive, Bootstrap Admin templates free download, Angular 21 Admin templates free download,premium Bootstrap Admin templates,premium Angular 21 Admin templates download"
    />
    <meta name="author" content="CodedThemes" />
    <link rel="icon" type="image/x-icon" href="favicon.ico" />
    <!-- font style -->
    <link href="https://fonts.googleapis.com/css?family=Roboto:300,500,400,600,700" rel="stylesheet" />
    <!-- Buy Now Link  -->
    <script defer src="https://fomo.codedthemes.com/pixel/jAgJNY0WuNyOO0aM7ql1AqLRKRH5d737"></script>
  </head>
  <body>
    <app-root></app-root>
  </body>
</html>

../src/app/app.component.html

../src/app/app-routing.module.ts

../src/app/theme/layout/admin/admin.component.html

../src/app/theme/layout/guest/guest.component.html

Last updated