12.1.2 • Published 3 years ago

@sebgroup/seb-angular-material-theme v12.1.2

Weekly downloads
52
License
Apache-2.0
Repository
github
Last release
3 years ago

SEB Angular Material

This is SEB theme for Angular Material components

GitHub top language semantic-release

Demo app

Installation

  • add npm dependency for Angular Material: npm install --save @angular/material @angular/cdk @angular/animations

To install using NPM use this command:

`npm i --save @sebgroup/seb-angular-material-theme`

Usage

  • in your top level style file (for ex. styles.sass), add SEB Material styles (lib contains both seb-mat-theme.css and seb-mat-theme.scss files):
    @import "node_modules/@sebgroup/seb-angular-material-theme/seb-mat-theme.css";
    or add it in angular.json
    "styles": [
      ..,
      "node_modules/@sebgroup/seb-angular-material-theme/seb-mat-theme.css"
    ],
  • in your markup body:
    <body class="mat-body">...</body>
  • in your components, use Angular Material directives:
    <button mat-raised-button color="primary" type="button"></button>

For more info on usage and examples, consult Angular Material docs.

Development server

Angular demo application is available.

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.

Releasing

The library is released via semantic-release.

12.1.2

3 years ago

12.0.0

3 years ago

12.1.0

3 years ago

12.1.1

3 years ago

9.6.0

3 years ago

9.5.0

3 years ago

9.4.0

3 years ago

9.3.2

3 years ago

9.3.1

4 years ago

9.3.0

4 years ago

9.2.0

4 years ago

9.1.1

4 years ago

9.1.0

4 years ago

9.0.1

4 years ago

9.0.0

4 years ago

8.6.0

4 years ago

8.5.0

4 years ago

8.5.1

4 years ago

8.4.1

4 years ago

8.4.0

4 years ago

8.3.14

5 years ago

8.3.13

5 years ago

8.3.12

5 years ago

8.3.11

5 years ago

8.3.10

5 years ago

8.3.9

5 years ago

8.3.8

5 years ago

8.3.7

5 years ago

8.3.6

5 years ago

8.3.5

5 years ago

8.3.4

5 years ago

8.3.3

5 years ago

8.3.2

5 years ago

8.3.1

5 years ago

8.3.0

5 years ago

8.2.2

5 years ago

8.2.1

5 years ago

8.2.0

5 years ago

8.1.0

5 years ago

8.0.2

5 years ago

8.0.1

5 years ago

1.4.0

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago