MyGit

v1.0.0

akveo/ngx-admin

版本发布时间: 2017-04-28 20:36:31

akveo/ngx-admin最新发布版本:v11.0.0(2023-10-29 22:11:56)

Bug Fixes

Features

BREAKING CHANGES

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.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2017-04-28发行的版本