ng-matero

Angular Material admin dashboard template.

MIT License

Downloads
5.6K
Stars
1.2K
Committers
15

Bot releases are visible (Hide)

ng-matero - v11.3.2

Published by nzbin almost 3 years ago

  • schematics: improve ts import in build-component.ts
ng-matero - v12.7.4

Published by nzbin almost 3 years ago

  • extensions: improve components import
  • schematics: improve ts import in build-component.ts
ng-matero - v13.0.0

Published by nzbin almost 3 years ago

Features

  • upgrade Angular and Material to v13
ng-matero - v12.7.3

Published by nzbin almost 3 years ago

  • upgrade @ng-matero/extensions to 12.7.0
  • upgrade ngx-formly to 5.10.27 and remove fixed styles
  • use promise for auth init
ng-matero - v12.7.2

Published by nzbin almost 3 years ago

  • add auth service to APP_INITIALIZER and improve startup logic (@recca0120)
  • upgrade ngx-formly to 5.10.24
ng-matero - v12.7.1

Published by nzbin almost 3 years ago

  • improve refresh token methods (@recca0120)
  • upgrade @ng-matero/extensions to 12.5.3
  • upgrade stylelint-config-recommended-scss to 5.0.2
ng-matero - v12.7.0

Published by nzbin almost 3 years ago

Features

  • add refresh token (@recca0120) (#267)
  • upgrade screenfull to v6

Bug Fixes

  • small fix formly field style
ng-matero - v12.6.0

Published by nzbin almost 3 years ago

Highlights

  • add ESLint and remove TSLint

Features

  • upgrade stylelint to 14.1.0 and improve .stylelintrc
  • upgrade angular and material to 12.2.13
ng-matero - v12.5.0

Published by nzbin almost 3 years ago

Features

  • support automatically switch theme based on prefers-color-scheme (@damingerdai) (#245)
  • add stylelint-order and stylelint-config-rational-order
  • remove @angularclass/hmr and hmr.ts
ng-matero - v12.4.3

Published by nzbin about 3 years ago

  • improve datetimepicker format and dateAdapter deps (892dc58fa73170094ffd64dfc80a6e49cbbf87ef)
  • rename service token toastr to toast (361147c522d164770cc23bde14830d8dedb86f3f)
ng-matero - v12.4.2

Published by nzbin about 3 years ago

Bug Fixes

  • theme: fix sidemenu not closed after route change in mobile (#230)(fd63fb70d1463b2c98538a19ced175fc7cf5519b)
ng-matero - v12.4.1

Published by nzbin about 3 years ago

  • upgrade @ng-matero/extensions to 12.4.0 and small fix material-extensions.module.ts

    - import { MtxGridModule } from '@ng-matero/extensions/data-grid';
    + import { MtxGridModule } from '@ng-matero/extensions/grid';
    
    - import { MtxSplitModule } from '@ng-matero/extensions/split-pane';
    + import { MtxSplitModule } from '@ng-matero/extensions/split';
    
ng-matero - v12.4.0

Published by nzbin about 3 years ago

Features

BREAKING CHANGES

  • remove mat-datetimepicker (use mtx-datetimepicker instead)
  • remove material-config.ts (directly defiend in material.module.ts)
  • rename formly-template.ts to formly-templates.ts
  • rename formly-validation.ts to formly-validations.ts
  • rename formly-wrapper.ts to formly-wrappers.ts
ng-matero - v12.3.1

Published by nzbin about 3 years ago

Bug Fixes

  • interceptor: fix error toast issue caused by intercept order
ng-matero - v12.3.0

Published by nzbin about 3 years ago

Features

  • schematics: add new option moduleRoot (defaults to routes)

    If you replace routes/routes.module.ts with pages/pages.module.ts as following.

    ├─ app
    │  ├─ pages
    │  │  ├─ pages-routing.module.ts
    │  │  └─ pages.module.ts
    

    You should use the moduleRoot to generate modules and pages.

    $ ng g ng-matero:module <module-name> --moduleRoot=pages
    $ ng g ng-matero:page <page-name> -m=<module-name> --moduleRoot=pages
    
ng-matero - v12.2.0

Published by nzbin about 3 years ago

Features

  • routes: remove sessions module, correct error page routes (80c32044e59e04884e65a13802be64d16c3c5bd3)
    • /sessions/403 -> /403
    • /sessions/404 -> /404
    • /sessions/500 -> /500

Bug Fixes

  • theme: remove sidebar left border on RTL (8dcfb5affb72a26cb8b042f55cd2eccec529e556)
ng-matero - v11.3.1

Published by nzbin about 3 years ago

  • remove unused CDK modules from material.module
  • remove NgSelect module from shared.module
  • improve Material components styles
  • add button loading status at login page
ng-matero - v12.1.4

Published by nzbin about 3 years ago

  • add button loading status at login page
  • remove NgSelect module from shared.module
ng-matero - v12.1.3

Published by nzbin about 3 years ago

  • remove unused CDK modules from material.module
  • improve Material components styles
  • upgrade @ng-matero/extensions to 12.2.2
ng-matero - v12.1.2

Published by nzbin about 3 years ago

  • small fix errorPages in error-interceptor.ts (#210)