Ngx Admin Versions Save

Customizable admin dashboard template based on Angular 10+

v2.3.0

5 years ago

v2.2.0

5 years ago

v2.1.1

6 years ago

v2.1.0

6 years ago

v2.0.2

6 years ago

v2.0.1

6 years ago

v2.0.0

6 years ago

v1.0.0

7 years ago

Bug Fixes

Features

  • angular-cli: integrate angular-cli :tada: (#989) (7932421)
  • dependencies: update yarn.lock file, fix debugging (cc97bf1)
  • layouts: add file uploader (#842) (7d03461)
  • localization: implement the localization using ngx-translate (#830) (627d62d)
  • login: add the locale changes (#993) (e033edf)
  • test: add testing infrastructure: karma, jasmine and chrome (#982) (4420048)

BREAKING CHANGES

  • The webpack version of ng2-admin was moved to webpack branch.
  • We dropped the electron support as, unfortunately, angular-cli doesn't have the official support of electron. Please consider using preview 'webpack' (link to webpack branch) version manually.

How to migrate

  1. Pull the latest ng2-admin version from **https://github.com/akveo/ng2-admin.git**;
  2. Copy your src/app, src/assets, src/custom-typings.d.ts from webpack version into src folder in cli version;
  3. Add each of your required modules and styles into .angular-cli.json;
  4. Change paths to file(images, fonts, ets);
  5. Add import * as $ from 'jquery'; into app.component.ts in cli version;
  6. Delete unused files in cli version: .bootstraprc, postcss.config.js, tsconfig.webpack.js, typedoc.json, webpack.config.js, config/, docs/, src/custom-typings.d.ts, desktop, ts, src/main.browser.aot.ts, src/package.json, src/polyfills.browser.ts, src/vendor.browser.ts, src/app/environment.ts, src/app/index.ts, src/assets/service-worker.js;
  7. Change style-loader css import to styleUrls[‘./example.scss’] and wrap your sass styles into :host /deep/ {} expression.

NOTE: Sometimes you may have some individual issues with a concrete library, each such problem needs to be solved individually and can not be described in this guide.

v0.9.0

7 years ago