Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fullstack-devops/ng-mat-components

Components for @angular/material
https://github.com/fullstack-devops/ng-mat-components

angular library material-design

Last synced: about 2 months ago
JSON representation

Components for @angular/material

Awesome Lists containing this project

README

        

# @fullstack-devops/ng-mat-components

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/fullstack-devops/ng-mat-components/release.yml?logo=GitHub%20Actions)](#)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/fullstack-devops/ng-mat-components)](https://github.com/fullstack-devops/ng-mat-components/releases)

**Downloads:**

[![GitHub release (latest by date)](https://img.shields.io/github/downloads/fullstack-devops/ng-mat-components/latest/total?style=flat&label=GitHub%20downloads%40latest&logo=GitHub)](https://github.com/fullstack-devops/ng-mat-components/pkgs/npm/ng-mat-components)
[![npm](https://img.shields.io/npm/dw/@fullstack-devops/ng-mat-components?style=flat&label=npm%20downloads&logo=npm)](https://www.npmjs.com/package/@fullstack-devops/ng-mat-components)

**License:**

[![GitHub](https://img.shields.io/github/license/fullstack-devops/ng-mat-components?style=flat)](#)

Components for @angular/material

## Installation

- yarn
```shell
yarn add @fullstack-devops/ng-mat-components
```
- npm
```shell
npm install @fullstack-devops/ng-mat-components
```

### Installation via GitHub packages

add to your local `.npmrc` the following line to be able to use this package:

```shell
@fullstack-devops:registry=https://npm.pkg.github.com
```

## Documentation

Live Demo with all current modules at https://fullstack-devops.github.io/ng-mat-components

Api Documentation: https://fullstack-devops.github.io/libraries/ng-mat-components.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Code scaffolding

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

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.