CoreUI Angular Logo
Framework:
  • JavaScript / Vanilla JS
  • React.js
  • Vue.js
Getting startedIntroductionSupport CoreUICustomizeSassOptionsCSS VariablesLayoutBreakpointsContainersGridColumnsGuttersFormsOverviewDate PickerPRODate Range PickerPROForm ControlSelectMulti SelectPROChecks & RadiosPassword InputPRORangeRange SliderPRORatingPROStepperPROInput GroupFloating LabelsLayoutTime PickerPROValidationComponentsAccordionAlertAvatarBadgeBreadcrumbButtonButton GroupCalendarPROCalloutCardCarouselClose buttonCollapseDropdownFooterHeaderImageList GroupLoading ButtonPROModalNavNavbarOffcanvasPaginationPlaceholderPopoverProgressSmart PaginationPROSmart TablePROSidebarSpinnerTableTabsNewToastTooltipWidgetsIconsChartsTemplatesNewAdmin & DashboardDownloadInstallationCustomizeContentMigrationv4 → v5v3 → v4Angular version


DownloadHire UsGet CoreUI PRO
On this page

CoreUI Angular Template Content

Discover what's included in CoreUI Angular Admin Template, including our precompiled and source code flavors.

Project structure

CoreUI follows Angular application project file structure.

Once downloaded, unzip the compressed folder and you'll see something like this:

coreui-angular-admin-template      # project root
├── node_modules/                  # installed* npm packages
├── src/                           # source code
│   ├── app/                       # main app directory
|   │   ├── layout/                # layout containers
|   |   │   └── default-layout/    # default layout container
|   |   |       └── _nav.js        # sidebar navigation config
|   │   ├── icons/                 # icon set for the app
|   │   ├── views/                 # view components of application
|   │   |   ├── dashboard/         # dashboard component
|   │   |   └── ...                # additional view components
|   │   ├── app.component.ts       # root component of application
|   │   ├── app.routing.ts         # app routes
|   │   └── app.config.ts          # app config
│   ├── assets/                    # images, icons, etc.
│   ├── components/                # components for demo build only
│   ├── environments/              # build configuration options
│   ├── scss/                      # CoreUI scss styles for the project
│   ├── main.ts                    # entry point of application
│   ├── declarations.d.ts          # additional typings
│   ├── test.ts                    # entry point for your unit tests
│   └── index.html                 # the main html template
│
├── .browserslistrc                # target browsers config
├── .editorconfig                  # code editors config
├── karma.conf.js                  # Karma config
├── tsconfig.json                  # TypeScript config
├── angular.json                   # Angular CLI config
├── README.md
└── package.json                   # npm package dependencies config
  • GitHub
  • Twitter
  • Support
  • CoreUI (Vanilla)
  • CoreUI for React.js
  • CoreUI for Vue.js

CoreUI for Angular is Open Source UI Components Library for Angular.

Currently v5.5.1 Code licensed MIT , docs CC BY 3.0 .
CoreUI PRO requires a commercial license.