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

20.1.0 • 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
0.9.30v8-lts
20.1.01,453latest
19.4.11,297v19-lts
17.3.81,293v17-lts
12.10.3594v12-lts
15.6.5559v15-lts
18.5.1465v18-lts
16.3.11449v16-lts
13.3.3255v13-lts
14.8.5213v14-lts
11.5.270v11-lts
10.16.637v10-lts
9.11.145v9-lts

Version History

VersionDownloads (Last 7 Days)Published
20.1.01,453
18.5.1465
19.4.11,297
20.0.3131
20.0.219
20.0.16
20.0.042
19.4.01,254
19.3.3816
19.3.243
19.3.129
15.6.5559
16.3.11449
17.3.81,293
18.5.01,094
19.3.0901
18.4.2103
19.2.1295
19.2.0143
19.1.0975
19.0.339
19.0.246
19.0.1388
19.0.05
18.4.1451
18.4.076
18.3.4192
18.3.3167
18.3.227
18.3.1128
18.3.042
18.2.4110
16.3.10500
17.3.7598
18.2.3235
18.2.236
18.2.192
17.3.670
18.2.071
18.1.3248
16.3.920
18.1.233
18.1.1150
18.1.039
18.0.332
18.0.21
18.0.164
18.0.027
17.3.5469
14.8.5213
15.6.4258
16.3.832
17.3.46
17.3.324
16.3.72
16.3.63
17.3.294
17.3.12
17.3.094
14.8.42
15.6.3177
16.3.52
17.2.221
17.2.179
17.2.0134
14.8.33
15.6.26
16.3.491
17.1.425
16.3.3152
17.1.319
17.1.2214
17.1.115
17.1.010
16.3.2215
17.0.0190
16.3.13
16.3.010
16.2.067
16.1.372
16.1.268
14.8.240
15.6.1412
16.1.111
15.6.03
16.1.084
16.0.38
10.16.637
11.5.270
12.10.3594
13.3.3255
14.8.145
15.5.23
16.0.216
16.0.10
16.0.02
15.5.15
14.8.02
15.5.073
15.4.212
15.4.117
15.4.012
15.3.08
14.7.024
15.2.199
15.2.02
15.1.30
14.6.46
13.3.217
12.10.224
15.1.21
15.1.10
15.1.02
15.0.40
15.0.30
15.0.20
15.0.1478
15.0.00
12.10.10
13.3.112
14.6.35
14.6.20
14.6.11
14.6.00
14.5.00
12.10.00
13.3.03
14.4.162
14.4.00
14.3.10
14.3.00
14.2.261
12.9.21
13.2.254
14.2.1406
14.2.050
14.1.00
14.0.06
12.9.11
13.2.110
12.9.00
13.2.00
12.8.01
13.1.044
12.7.10
13.0.313
13.0.20
13.0.1160
13.0.04
12.7.015
11.5.118
10.16.50
12.6.06
12.5.32
12.5.27
12.5.176
12.5.00
11.5.00
12.4.048
12.3.11
12.3.00
12.2.50
12.2.40
12.2.30
11.4.10
12.2.20
12.2.12
11.4.01
12.2.00
12.1.10
12.1.00
12.0.20
12.0.13
12.0.01
11.3.42
10.16.40
9.11.145
11.3.30
10.16.30
11.3.20
10.16.20
10.16.10
11.3.15
11.3.01
11.2.20
11.1.40
11.2.10
11.1.30
11.0.36
11.2.01
10.16.00
10.15.20
11.1.20
11.1.13
10.15.11
10.15.00
11.1.03
11.0.20
10.14.30
11.0.11
10.14.20
10.14.10
11.0.02
10.14.00
10.13.10
10.13.00
10.12.02
10.11.30
9.11.131
10.11.20
10.11.10
10.11.00
10.10.10
9.11.120
10.10.01
10.9.20
9.11.110
10.9.10
9.11.100
10.9.01
10.8.00
9.11.90
10.7.02
10.6.09
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.41
10.4.310
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.11
9.11.31
10.0.00
9.11.215
9.11.10
9.11.00
9.10.00
9.9.01
9.8.10
9.8.01
9.7.20
9.7.10
9.7.00
9.6.01
9.5.10
9.5.01
9.4.20
9.4.10
9.4.00
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.30
0.9.20
0.9.10
0.9.00
0.8.00
0.7.10
0.7.01
0.6.00
0.5.00
0.4.10
0.4.00
0.3.20
0.3.11
0.3.00
0.2.01
0.1.01

Package Sidebar

Install

npm i @ng-matero/extensions

Weekly Downloads

21,544

Version

20.1.0

License

MIT

Unpacked Size

2.42 MB

Total Files

156

Last publish

Collaborators

  • nzbin