Overview

*This section covers the Angular 5 Full & Seed Version.

MaterialWrap is a full feature Material Design inspired Admin Theme based on Bootstrap. This theme comes packed with lots of UI components, elements, and interactions. It was designed to be extremely flexible in terms of layouts and design to make this one of the most multi-functional Admin themes on the market.

If you have any questions that are beyond the scope of this documentation, please feel free to email us.

Getting Started

This Angular 5 project uses the Angular CLI.

Both the CLI and generated project have dependencies that require Node 6.9.0 or higher, together with NPM 3 or higher.
For cli commands and information, please go to https://cli.angular.io/

What you need to download.

Node.js - is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

npm - stands for node packaged modules and is a way to manage development dependencies through Node.js.

MaterialWrap uses Bootstrap 4 / Angular 5 Components from http://valor-software.com/ngx-bootstrap/, and Angular's Material Design Components from https://material.angular.io/ Please check their official documentation for more information and customization.

Configure Setup

Installing Build Tools

  1. First you'll need to download and install node.js which also includes npm.
    Download Node.js https://nodejs.org/
  2. Download and install the latest version of Git. https://git-scm.com/
  3. Install the Angular CLI: Open your command prompt or terminal window and run the following command.

    npm install -g @angular/cli

Installing packages

With your build tools installed you're now ready to install our project packages.

  1. First open your terminal window and navigate into the angular4-full folder of the MaterialWrap download package.
  2. Next run this command in your terminal window npm install
  3. Then run ng serve
  4. Once the serve process is completed, go to http://localhost:4200 in your browser.