mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-28 10:54:07 +01:00
feat(rc5): update to angular rc.5
- NgaModule - module wrapper for all ng2-admin custom features - Ng Module per page - async components load - menu moved (again) to a separate file (as now each module has its own route file) - no need to import Ba* directives into the pages which have NgaModule in the import statement
This commit is contained in:
parent
983f6f1675
commit
5b7c132eac
86 changed files with 854 additions and 384 deletions
34
package.json
34
package.json
|
|
@ -6,15 +6,19 @@
|
|||
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular/common": "2.0.0-rc.4",
|
||||
"@angular/compiler": "2.0.0-rc.4",
|
||||
"@angular/core": "2.0.0-rc.4",
|
||||
"@angular/forms": "^0.2.0",
|
||||
"@angular/http": "2.0.0-rc.4",
|
||||
"@angular/platform-browser": "2.0.0-rc.4",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
|
||||
"@angular/platform-server": "2.0.0-rc.4",
|
||||
"@angular/router": "3.0.0-beta.2",
|
||||
"@angularclass/webpack-toolkit": "^1.3.3",
|
||||
"@angularclass/request-idle-callback": "^1.0.7",
|
||||
"@angularclass/conventions-loader": "^1.0.2",
|
||||
"angular2-template-loader": "^0.4.0",
|
||||
"@angular/http": "2.0.0-rc.5",
|
||||
"@angular/common": "2.0.0-rc.5",
|
||||
"@angular/compiler": "2.0.0-rc.5",
|
||||
"@angular/core": "2.0.0-rc.5",
|
||||
"@angular/forms": "^0.3.0",
|
||||
"@angular/platform-browser": "2.0.0-rc.5",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
|
||||
"@angular/platform-server": "2.0.0-rc.5",
|
||||
"@angular/router": "github:gdi2290/router-builds",
|
||||
"amcharts3": "github:amcharts/amcharts3",
|
||||
"ammap3": "github:amcharts/ammap3",
|
||||
"animate.css": "^3.5.1",
|
||||
|
|
@ -39,16 +43,18 @@
|
|||
"leaflet-map": "^0.2.1",
|
||||
"lodash": "^4.12.0",
|
||||
"ng2-bootstrap": "^1.0.20",
|
||||
"ng2-branchy": "^0.0.2-5",
|
||||
"ng2-ckeditor": "^1.0.4",
|
||||
"ng2-tree": "^0.0.2-7",
|
||||
"ng2-ckeditor": "^1.0.6",
|
||||
"ng2-smart-table": "^0.1.6",
|
||||
"ng2-uploader": "0.5.6",
|
||||
"normalize.css": "^4.1.1",
|
||||
"rxjs": "5.0.0-beta.6",
|
||||
"tether": "^1.2.4",
|
||||
"zone.js": "~0.6.12"
|
||||
"zone.js": "~0.6.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angularclass/hmr": "^1.0.1",
|
||||
"@angularclass/hmr-loader": "^1.0.1",
|
||||
"@types/core-js": "^0.9.28",
|
||||
"@types/hammerjs": "^2.0.28",
|
||||
"@types/node": "^4.0.29",
|
||||
|
|
@ -73,8 +79,8 @@
|
|||
"style-loader": "^0.13.1",
|
||||
"raw-loader": "0.5.1",
|
||||
"source-map-loader": "^0.1.5",
|
||||
"string-replace-loader": "^1.0.3",
|
||||
"imports-loader": "^0.6.5",
|
||||
"istanbul-instrumenter-loader": "^0.2.0",
|
||||
"json-loader": "^0.5.4",
|
||||
"es6-promise-loader": "^1.0.1",
|
||||
"css-loader": "^0.23.1",
|
||||
|
|
@ -124,7 +130,7 @@
|
|||
"server:prod": "http-server dist --cors",
|
||||
"webdriver:update": "npm run webdriver-manager update",
|
||||
"webdriver:start": "npm run webdriver-manager start",
|
||||
"lint": "npm run tslint 'src/**/*.ts'",
|
||||
"lint": "npm run tslint \"src/**/*.ts\"",
|
||||
"pree2e": "npm run webdriver:update -- --standalone",
|
||||
"pretest": "npm run lint",
|
||||
"docs": "npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./src/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue