Page Structure

../src/index.html

<!doctype html>
<html lang="en">
    <head>
        <title>Next | Welcome To Angular 10.x.x Bootstrap Design Admin 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 Content-->

        <link rel="icon" type="image/x-icon" href="favicon.ico">

        <!-- font style -->
        <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet">
    </head>
    <body>
      <app-root></app-root> <!-- app.component.html -->
    </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/auth/auth.component.html

Last updated

Was this helpful?