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:
All libraries and custom made components are following Google's Material Design Specifications.
Angular is the core of Fuse.
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.
The Angular CLI is a tool to initialize, develop, scaffold and maintain Angular applications. You can find more information about at: angular-cli