home chevron_right Documentation chevron_right Getting Started
Introduction

This version of Fuse is NOT a traditional admin template, it's an Angular app written entirely with Typescript and has no jQuery dependency.

While Fuse is a great tool and source for learning Angular, it also requires at least an entry level of Angular knowledge so you can find your way within the source code.

Here you can find a list of core libraries, design specifications and coding standards that we use in Fuse:

Google's Material Design

All libraries and custom made components are following Google's Material Design Specifications.

Angular

Angular is the core of Fuse.

Angular Material

Angular Material is the primary UI library of the Fuse. It's a set of Angular components, directives and services that implements Material Design Specifications and it's in active development by Google.

CLI tool for Angular

The Angular CLI is a tool to initialize, develop, scaffold and maintain Angular applications. You can find more information about at: angular-cli