Deilan
4420048bfe
feat(test): add testing infrastructure: karma, jasmine and chrome ( #982 )
2017-04-17 16:05:45 +03:00
pluswave
d84e7ef768
build(webpack): fix a bug when PORT env exist. ( #701 )
2017-04-13 08:58:35 +03:00
Alexander Zhukov
0a4f40c515
fix(editors): fix an issue where ckeditor doesn't load on the demo
2017-03-07 19:22:07 +03:00
Alexander Zhukov
cc97bf1e2f
feat(dependencies): update yarn.lock file, fix debugging
2017-03-01 14:56:34 +03:00
Alexander Zhukov
9bd7dbded0
fix(build): fix #777
2017-02-28 12:27:53 +03:00
Dmitry Nehaychik
7215b0b636
fix(build): hopefully fix the prod & aot build errors ( #753 )
...
* fix(dependencies): fix versions
* fix(build): get initial.scss back, updat some dependencies, fix resolve-url-loader warning
* fix(build): fix out, update travis build
* fix(build): revert sass-loader
* fix(build): pin sass-loader at 4.1.1
* fix(build): remove cache from travis
2017-02-21 11:52:13 +03:00
Alexander Zhukov
5523029e88
fix(dependencies): fix versions
2017-02-16 14:07:55 +03:00
Alexander Zhukov
1cce1b5f75
fix(dependencies): update angular to 2.4.7
2017-02-14 18:10:50 +03:00
Alexander Zhukov
1ae084afc0
feat(dependencies): update ng-router-loader to 2.1.0
2017-01-27 15:02:52 +03:00
Alexander Zhukov
33f0fbb457
feat(tables): add smart table page
2017-01-27 14:52:14 +03:00
Alexander Zhukov
ea7342008a
feat(dependencies): update angular to 2.4.3. DLL Integration
2017-01-27 14:52:14 +03:00
ESadouski
4112676ae9
feat(aot) - updated aot build
...
feat(aot) - fixed build
fix(aot) - fixed buttons and modals providers
fix(changes ) - remove unused changes
2017-01-27 14:52:14 +03:00
Dmitry Nehaychik
d89d176e54
feat(aot): aot compilation work in progress
2017-01-27 14:51:43 +03:00
ESadouski
b78e72dde9
fix(bug): deleted absolute path for assets ( #510 )
2016-12-07 14:01:15 +03:00
ESadouski
20b1beafd7
chore(package): update angular to 2.2.3 ( #471 )
...
* chore(package): update angular to 2.2.1
* chore(package): update angular to 2.2.3
2016-11-25 16:15:59 +03:00
ESadouski
8887516c44
fix(electron): fix electron build ( fix #407 , fix #429 )
2016-11-18 18:27:35 +03:00
Dmitry Nehaychik
0b2ceded29
chore(package): update angular to 2.1.0, webpack to 2.1.0-beta.25, other dependencies accordingly
2016-10-21 14:29:57 +03:00
tibing
ec0e5aa673
refactor(app): permit to use PathLocationStrategy
...
close #258
2016-10-19 20:16:07 +03:00
tibing
0beef0b8a9
chore(build): switch to bootstrap 4 alpha 4
...
fix #270
2016-10-19 20:16:07 +03:00
tibing
260710b1ad
chore(build): angular 2 webpack starter kit changes have been applied
2016-10-19 20:16:07 +03:00
Michael De Abreu
c6a9d67a83
feat(electron): complete electron integration
...
* chore(package): update webpack to beta.22
Lastest version before breaking changes.
* feat(electron): Complete Electron integration.
New task to build targeting Electron:
"build:electron": Alias for build:electron.full
"prebuild:electron.full": "npm run clean:electron",
"build:electron.full": "npm run build:electron.renderer && npm run build:electron.main",
"postbuild:electron.full": "npm run electron:start",
"build:electron.renderer": Webpack aplication with production properties and targeting electron-renderer
"build:electron.main": Webpack main Electron with production properties and targeting electron
"electron:start": "electron build"
2016-10-12 15:59:51 +03:00
kbrandwijk
5cb7e13477
feat(electron): add rudimentary support for electron ( #230 )
...
* Added devdependency for electron
* Added rudimentary electron wrapper
* Merge typo
2016-09-20 12:02:05 +03:00
nixa
714ffe741a
chore(build): update angular to 2.0
2016-09-19 18:51:45 +03:00
nixa
04a57b7b98
chore(build): dependencies and config updates
2016-09-19 16:51:05 +03:00
nixa
3ff5c51f1a
feat(rc6): update to rc6
2016-09-19 14:30:30 +03:00
nixa
80a15536a5
fix(config): fix #223 isDevServer is not defined
2016-09-09 12:47:35 +03:00
nixa
98097f5e27
chore(r5): dependencies update, couple of fixes
2016-08-30 14:34:53 +03:00
nixa
44fe93a0c6
chore(build): fix prod build
2016-08-30 14:34:53 +03:00
nixa
5b7c132eac
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
2016-08-30 14:34:53 +03:00
nixa
59c1c547c3
Merge branch 'master' into development
...
Conflicts:
docs/contents/articles/002-installation-guidelines/index.md
2016-08-22 19:26:09 +03:00
Geoffrey Roguelon
a30c41a11d
Replace bower packages by NPM packages.
...
In the issue akveo/ng2-admin#162 , search should be made to be sure of non regression.
2016-08-18 12:45:44 -05:00
nixa
c79ac94a66
fix(source map): fix #136 source map no being generated correctly
2016-08-02 11:43:01 +03:00
nixa
e7fca6d4ed
chore(dependencies): update dependencies, move to @types, some refactoring as per AngularClass/angular2-webpack-starter project
2016-07-28 13:38:22 +03:00
nixa
bc7ea0e5b4
Merge remote-tracking branch 'origin/master'
2016-07-12 12:21:12 +03:00
nixa
85a9f86186
Merge branch 'Tibing-dev-tree-view' into develop/tree
...
Conflicts:
config/webpack.common.js
package.json
src/app/app.menu.ts
src/app/pages/pages.component.ts
2016-07-12 12:09:19 +03:00
nixa
563c6d0333
fix(merge): fix merge issues
2016-07-12 11:02:30 +03:00
tibing
8a75aa0d63
Merge branch 'master' of https://github.com/akveo/ng2-admin into dev-tree-view
2016-07-08 13:22:10 +03:00
Dmitry
1843d19acf
Merge pull request #51 from AlbertXingZhang/sourceMapFilename
...
Make source map files generated correctly.
2016-07-08 13:11:19 +03:00
tibing
d799adeee4
fix(ckeditor): fix Cannot read property exception
2016-07-04 18:01:53 +03:00
Xing
f211bb625e
Make source map files generated correctly.
...
https://github.com/webpack/extract-text-webpack-plugin/issues/119
2016-07-01 09:33:27 -07:00
nixa
4f10ea8403
fix(webpack): #2 correct relative base url to work inside a folder
2016-05-20 18:23:38 +03:00
nixa
525d3444fe
fix(webpack): correct relative base url to work inside a folder
2016-05-20 18:03:29 +03:00
nixa
4c4dcfef32
Merge branch 'develop/readme'
2016-05-19 17:22:49 +03:00
nixa
a1d4b34467
template renamed
2016-05-19 14:58:50 +03:00
nixa
491a185cb3
plugin provider clean up
2016-05-17 18:26:49 +03:00
nixa
31c7843ab5
theme spinner
2016-05-17 17:42:13 +03:00
nixa
822aff7b4d
readme starter
2016-05-13 22:06:36 +03:00
nixa
0dfcf86787
angular updated to rc1
2016-05-11 17:38:01 +03:00
nixa
0381585a0d
calendar compoment
2016-05-06 12:09:53 +03:00
nixa
1b08462bb9
pieChart component
2016-05-04 16:04:14 +03:00