ng-matero

Angular Material admin dashboard template.

MIT License

Downloads
5.6K
Stars
1.2K
Committers
15

Bot releases are visible (Hide)

ng-matero - v18.0.3 Latest Release

Published by nzbin 2 months ago

Bug Fixes

  • fix merge conflicted on ng-add (#723)
ng-matero - v18.0.2

Published by nzbin 3 months ago

Bug Fixes

  • fix breadcrumb for route change (#706)
  • fix username wrap in user-panel (#704)
ng-matero - v18.0.1

Published by nzbin 4 months ago

Bug Fixes

  • fix horizontal overflow for collapsed sidebar
  • fix menu item incorrect size when changing root font-size
  • fix menu expansion on Safari
ng-matero - v18.0.0

Published by nzbin 4 months ago

Features

  • update Angular and Material to v18
  • switch to Material 3 theme and re-designed all styles
  • switch menu's changeDetection to OnPush
  • switch color helpers to Material 3 palette
  • convert to self-closing tags
  • move assets files to public folder
  • improve dark theme for dashboard charts
  • improve collapsed sidenav styles (#56)

ng-matero - v17.2.0

Published by nzbin 5 months ago

Features

  • schematics: add environment file replace on new project (@Taoister39)
  • examples: add type for apexchart options (@damingerdai)
  • multiple: switch to styleUrl for single stylesheets
  • theme: switch px to rem
ng-matero - v17.1.0

Published by nzbin 6 months ago

Features

  • sidemenu: improve expanded animation with Angular animation (e26a19e7aa3f1f87c2000013b2cc01c2ada9a6e1)
  • multiple: remove constructor injection and use inject() instead
  • core: remove unused core module for standalone app
ng-matero - v17.0.2

Published by nzbin 8 months ago

Bug Fixes

  • fix ng-add error with Angular 17.2.0 (#643)
ng-matero - v17.0.1

Published by nzbin 8 months ago

  • update extensions and extensions-moment-adapter to 17.1.2
  • use provideMomentDateAdapter and provideMomentDatetimeAdapter
  • add esModuleInterop in tsconfig.json
  • no longer overwrite the tsconfig.app.json
ng-matero - v17.0.0

Published by nzbin 9 months ago

Features

  • update Angular and Material to v17
  • switch to built-in control flow
ng-matero - v16.3.0

Published by nzbin 9 months ago

🎉🎉🎉 The schematics has supported both module and standalone app

Features

  • theme: refactoring the demo app with standalone API

  • ng-add: support standalone API

    ng new <project-name> --standalone=true
    cd <project-name>
    ng add ng-matero
    
  • ng-generate: support standalone API

    ng g ng-matero:module <module-name>
    
    ng g ng-matero:page <page-name> -m=<module-name>
    

The architecture for standalone app:

├── app
│   ├── core                                                 
│   ├── routes                
│   │   ├── forms
│   │   │   ├── **
│   │   │   └── forms.routes.ts
│   │   └── tables
│   │       ├── **
│   │       └── tables.routes.ts
│   ├── shared                                            
│   ├── theme                                              
│   ├── app.component.ts                    
│   ├── app.config.ts                       
│   └── app.routes.ts                  
├── assets                                  
├── environments                            
├── styles                                                                                                          
└── main.ts 
ng-matero - v16.2.1

Published by nzbin 10 months ago

  • update @ng-matero/extensions to 16.3.0
  • improve gallery example with mtxPhotoviewer directive
ng-matero - v16.2.0

Published by nzbin 11 months ago

Warning: This version needs Angular Material >= 16.2.0

Features

  • rebuild theme with CSS tokens (15473022b5b0348cccc8ff862727db8843ff4ad8)
  • remove variables in theme style and convert it to tokens (25beb886047c343c3b98657f82af33393dcd3f85)
  • update @ng-matero/extensions to 16.2.0

Bug Fixes

  • fix the height of mat-sidenav-container on mobile
  • fix form value change of customizer
ng-matero - v16.1.3

Published by nzbin about 1 year ago

Bug Fixes

  • ng-add: fix merge conflicted of launch.json (#583)
ng-matero - v16.1.2

Published by nzbin about 1 year ago

  • update typescript-eslint and add recommended-type-checked
  • update logo image
ng-matero - v16.1.1

Published by nzbin about 1 year ago

Bug Fixes

  • fix the width of side menu (d8832cc873bf8e6ae90689c3dc0783fff1680a8a)
ng-matero - v16.1.0

Published by nzbin about 1 year ago

Features

  • update Angular and Material to 16.2.0
  • correct deprecated RxJS subscribe params
  • use outlined card by default (6c3d3b8bf7451a454c3b5fba548d35152faa27b2)
  • hide sidebar-toggle's icon by using hideIcon

Bug Fixes

  • fix auto theme changed to light theme when reload (91d69796ed9748272cc57a03a4af4beea7f02f69)
ng-matero - v16.0.2

Published by nzbin about 1 year ago

  • fix the disappearing border of sidenav when update Material to 16.1.x (c536e78e7af02ddb1465a5fea36f005ff78d5090)
ng-matero - v16.0.1

Published by nzbin over 1 year ago

Bug Fixes

  • fix header's positioning problem on Firefox (#522)(dffe5f0f243b8e921ecdbf5beb92e883161f7e7f)
ng-matero - v16.0.0

Published by nzbin over 1 year ago

Features

  • update Angular and Material to v16
ng-matero - v15.3.0

Published by nzbin over 1 year ago

Features

  • use CanActivateFn and CanActivateChildFn instead of CanActivate and CanActivateChild (@damingerdai)
  • correct deprecated RxJS functions for interceptors (c52c848b57b85674ce1b0f0b1481f45eadeb4e0e)
  • rebuild the theme changing logic with settings service (448e8faf1c7ef8076b3a1719a55f97e289fc719b)

Bug Fixes

  • fix the login page can't apply dark theme when reload (#495)