This documentation is to help you understand the template's structure. Please go through the documentation carefully to understand how this template is made and how to edit this properly. Basic HTML, CSS(SASS), JS(Typescript) and CLI knowledge is required to customize this template.
If you have any questions that are beyond the scope of this help file, please feel free to get in touch.
Support for my items includes:
Item support does not include:
Before seeking support please:
Stacked is a beautiful and creative bootstrap admin template built for Angular 5+. It comes out of the box with AoT and lazy loading support, Language translation. With this, you get all you need to start working on your SAAS, CRM, CMS or dashboard based project.
Once you've purchased Stacked please consider giving a 5 star rating, it helps in pushing out more updates and adding a lot more features.
This template is built with angular-cli and requires Node 6.9.0+ and NPM 3+ to be installed.
Installing the prerequisites
1. Node.js and NPM: You can download Node.js from https://nodejs.org. NPM comes bundled with Node.js
2. angular-cli: You can install angular-cli by executing from your terminal npm install -g @angular/cli. More details can be found here https://github.com/angular/angular-cli
Installing the npm packages
Before proceding you'll need to install npm packages. You can do this by running npm install from the root of your project to install all the necessary dependencies.
Development server
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will
automatically reload if you change any of the source files.
Code scaffolding
Run ng generate component component-name to generate a new component. You can also use ng
generate directive/pipe/service/class.
Building
Run ng build to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod flag for a production build. Use --aot flag for a AoT build
Further help
To get more help on the angular-cli use ng --help or go check out https://github.com/angular/angular-cli.
These are all the available helper classes used in the template. Use these alongside the utility classess provided by bootstrap.
Avatars
.avatar-status Staus indicator for avatar images
.avatar-xxlg avatar image with width of 32rem
.avatar-xlg avatar image with width of 16rem
.avatar-lg avatar image with width of 8rem
.avatar-md avatar image with width of 4rem
.avatar-sm avatar image with width of 3rem
.avatar-xs avatar image with width of 2.125rem
.avatar-xxs avatar image with width of 1.375rem
Layout
.min-height-100 min-height 100%
.page-height page height minus the main header
.scroll-y vertical scrollbars
.no-footer remove the main footer
Typography
.ff-sans style text with the main sans font-family
.ff-serif style text with the main serif font-family
. style text with the main headers font-family
.fw-300 font weight of 300
.fw-400 font weight of 400
.fw-500 font weight of 500
.fw-600 font weight of 600
.no-bg remove background color
.shadow add slight shadow hint
.no-shadow remove shadow
Background colors are named using the format: bg-*color*-*shade*
Where color is one of: red, pink , purple, deep-purple, indigo, blue, light-blue, cyan, teal, green, light-green, lime, yellow, amber, orange, deep-orage, brown, grey, blue-grey
Where shade is one of: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, A100, A200, A400, A700
e.g bg-red-500
The following is a list of resources, plugins and other assets used in creating this template. Follow the links for more information on how you can use them.