# DevExtreme Schematics DevExtreme schematics are workflow tools you can use in an Angular application created with [DevExtreme CLI](https://github.com/devexpress/DevExtreme-CLI) to add DevExtreme libraries or views and perform other DevExtreme-related tasks. Read [this article](https://blog.angular.io/schematics-an-introduction-dc1dfbc2a2b2) for more information on Angular Schematics. ## Included Schematics This package includes the following schematics: - [install](src/install) Adds DevExtreme to an Angular application - [add-layout](src/add-layout) Adds a DevExtreme layout to a DevExtreme Angular application - [add-app-template](src/add-app-template) Adds a DevExtreme layout template to an Angular application - [add-sample-views](src/add-sample-views) Adds sample views to a DevExtreme Angular application - [add-view](src/add-view) Adds a view to a DevExtreme Angular application