0.0.0 • Published 6 years ago

rm-materials v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Materials

Windows Build Linux Build Test Coverage Dependency Status

This project contains custom components missed in angular materials2. They can be used in angular2 apps.

Components

  • Carousel

An Image Carousel. Carousel Example

Images can be an object with attributes "src" and "alt" for only one image or an array of such objects.

  • Image-Viewer Image-Viewer Example

An image preview for an array of objects with attributes "src" and "alt".

Install and use

For install and use instruction look at NPM Readme

Development server

This is only tools repository. It can not run. Create a test angular application for testing.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|module.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.