@ng-matero/extensions
TypeScript icon, indicating that this package has built-in type declarations

19.3.3 • Public • Published

Ng-Matero Extensions

CodeFactor npm GitHub Release Date license Gitter

The Ng-Matero Extensions is an extended component library for Angular Material.

Documentation

Check out the demos and APIs.

Installation

At first, you should install the Angular Material and setup it. Learn more about the setup.

Install the Extensions library:

$ npm install @ng-matero/extensions --save

Setup

Import the modules you need, e.g. data-grid and select.

import { MtxGridModule } from '@ng-matero/extensions/grid';
import { MtxSelectModule } from '@ng-matero/extensions/select';

@NgModule({
  ...
  imports: [MtxGridModule, MtxSelectModule, ...],
  ...
})
export class YourAppModule {
}

Theming

After import modules, you must define a theme. More about theming.

M2 theme

@use '@angular/material' as mat;
@use '@ng-matero/extensions' as mtx;

$theme: mat.define-light-theme(...);

@include mat.all-component-themes($theme);
@include mtx.all-component-themes($theme);

M3 theme

@use '@angular/material' as mat;
@use '@ng-matero/extensions' as mtx;

$config: (...);

// <19.0
$theme: mat.private-deep-merge-all(
  mat.define-theme($config),
  mtx.define-theme($config)
);

html {
  @include mat.all-component-themes($theme);
  @include mtx.all-component-themes($theme);
}

// >=19.0
html {
  color-scheme: light;

  @include mat.theme($config);
}

The @use-based Sass API is only available in the version 12.0.0 and above.

You can also using a pre-built theme which in the "prebuilt-themes" directory of the npm package (@ng-matero/extensions/prebuilt-themes).

@import '@ng-matero/extensions/prebuilt-themes/azure-blue.css'

Development

$ git clone git@github.com:ng-matero/extensions.git
$ cd extensions
$ yarn
$ yarn run start

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
19.3.34,298latest
18.5.01,362v18-lts
17.3.8989v17-lts
12.10.3622v12-lts
15.6.5356v15-lts
13.3.3294v13-lts
16.3.11179v16-lts
14.8.5134v14-lts
10.16.6119v10-lts
11.5.231v11-lts
9.11.141v9-lts
0.9.31v8-lts

Version History

VersionDownloads (Last 7 Days)Published
19.3.34,298
19.3.2398
19.3.120
15.6.5356
16.3.11179
17.3.8989
18.5.01,362
19.3.01,270
18.4.275
19.2.1569
19.2.0183
19.1.01,352
19.0.340
19.0.2130
19.0.1206
19.0.05
18.4.1550
18.4.051
18.3.4287
18.3.3598
18.3.215
18.3.195
18.3.065
18.2.4197
16.3.10334
17.3.7486
18.2.3261
18.2.214
18.2.199
17.3.6443
18.2.043
18.1.3173
16.3.97
18.1.246
18.1.183
18.1.034
18.0.332
18.0.22
18.0.1196
18.0.04
17.3.5451
14.8.5134
15.6.4299
16.3.878
17.3.43
17.3.394
16.3.71
16.3.60
17.3.248
17.3.12
17.3.0108
14.8.412
15.6.3137
16.3.51
17.2.219
17.2.157
17.2.0179
14.8.30
15.6.216
16.3.494
17.1.420
16.3.3105
17.1.346
17.1.2242
17.1.13
17.1.010
16.3.2151
17.0.0187
16.3.12
16.3.016
16.2.082
16.1.342
16.1.230
14.8.280
15.6.1342
16.1.139
15.6.03
16.1.068
16.0.317
10.16.6119
11.5.231
12.10.3622
13.3.3294
14.8.1108
15.5.20
16.0.218
16.0.10
16.0.02
15.5.10
14.8.05
15.5.039
15.4.214
15.4.114
15.4.013
15.3.022
14.7.049
15.2.1146
15.2.08
15.1.30
14.6.442
13.3.213
12.10.214
15.1.22
15.1.10
15.1.01
15.0.40
15.0.30
15.0.21
15.0.1941
15.0.00
12.10.11
13.3.114
14.6.37
14.6.20
14.6.15
14.6.00
14.5.024
12.10.00
13.3.02
14.4.148
14.4.00
14.3.10
14.3.00
14.2.299
12.9.20
13.2.255
14.2.14,381
14.2.019
14.1.00
14.0.06
12.9.10
13.2.112
12.9.00
13.2.00
12.8.04
13.1.06
12.7.13
13.0.33
13.0.20
13.0.1206
13.0.00
12.7.01
11.5.152
10.16.50
12.6.05
12.5.30
12.5.20
12.5.18
12.5.00
11.5.00
12.4.051
12.3.10
12.3.00
12.2.51
12.2.40
12.2.30
11.4.10
12.2.20
12.2.10
11.4.00
12.2.06
12.1.11
12.1.03
12.0.22
12.0.10
12.0.00
11.3.41
10.16.40
9.11.141
11.3.30
10.16.30
11.3.20
10.16.20
10.16.10
11.3.10
11.3.00
11.2.20
11.1.40
11.2.10
11.1.30
11.0.312
11.2.00
10.16.00
10.15.20
11.1.20
11.1.10
10.15.10
10.15.00
11.1.02
11.0.20
10.14.30
11.0.10
10.14.20
10.14.10
11.0.01
10.14.00
10.13.10
10.13.00
10.12.00
10.11.30
9.11.130
10.11.20
10.11.10
10.11.00
10.10.11
9.11.120
10.10.00
10.9.20
9.11.110
10.9.10
9.11.100
10.9.00
10.8.00
9.11.90
10.7.02
10.6.023
10.5.30
9.11.80
10.5.20
9.11.70
10.5.10
9.11.60
10.5.00
10.4.50
10.4.40
10.4.32
10.4.20
9.11.50
10.4.10
10.4.00
10.3.00
10.2.00
9.11.40
10.1.10
10.1.00
10.0.10
9.11.30
10.0.01
9.11.20
9.11.10
9.11.00
9.10.00
9.9.00
9.8.10
9.8.00
9.7.20
9.7.10
9.7.00
9.6.00
9.5.15
9.5.00
9.4.20
9.4.10
9.4.01
9.3.30
9.3.20
9.3.10
9.3.00
9.2.00
9.1.20
9.1.10
9.1.00
9.0.10
9.0.00
0.9.31
0.9.20
0.9.10
0.9.00
0.8.00
0.7.10
0.7.00
0.6.00
0.5.00
0.4.10
0.4.00
0.3.20
0.3.10
0.3.00
0.2.00
0.1.00

Package Sidebar

Install

npm i @ng-matero/extensions

Weekly Downloads

26,361

Version

19.3.3

License

MIT

Unpacked Size

2.49 MB

Total Files

288

Last publish

Collaborators

  • nzbin