Commit graph

193 commits

Author SHA1 Message Date
Alexander Zhukov
2e0fa1f4ed feat(components): add tree view component 2017-01-27 14:52:14 +03:00
Alexander Zhukov
1c10938efe feat(loader): remove loaders 2017-01-27 14:52:14 +03:00
Alexander Zhukov
3fa775f262 fix(aot): fix styles import 2017-01-27 14:52:14 +03:00
Alexander Zhukov
c15fee6eb6 fix(ckeditor): fix ckeditor loader 2017-01-27 14:52:14 +03:00
Alexander Zhukov
65dcb90f05 fix(picture uploader): ngx-uploader integration 2017-01-27 14:52:14 +03:00
Alexander Zhukov
be9c677c06 fix(dependencies): update angular to 2.4.4 2017-01-27 14:52:14 +03:00
Alexander Zhukov
10f74ef6b1 fix(buttons): fix buttons styles 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
Xing
c9534fd161 chore(package): update ng2-bootstrap to 1.3.0 2017-01-23 08:37:59 -08:00
AlbertXingZhang
02a1cdbe9e chore(package): add type definitions for jQuery and its plugins (#400) 2016-12-20 11:41:52 +03:00
anhuisunfei
1227ad368c col-sm-offset to offset-sm-2 (#513) 2016-12-20 11:32:01 +03:00
ESadouski
49a100d34c #466 ckeditor not showing (#467)
* fix(logo): hover color of logo is changed

* fix(ckeditor): fixed path to ckeditor cdn
2016-11-24 11:32:11 +03:00
ESadouski
c48616a007 Fix ui buttons page (#465)
* fix(logo): hover color of logo is changed

* fix(grid): fixed grid and styles on ui.buttons page
2016-11-24 11:31:55 +03:00
tibing
d56537af9f feat(ui): add modals 2016-10-20 18:54:42 +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
7b1c4cc5ea fix(dashboard/trafficChart): fix cut tooltips
fix #321
2016-10-19 20:16:07 +03:00
Grzegorz Rozdzialik
fd09e652c8 feat(forms): add example selects with valid styling (#286)
Add another card to the form inputs view displaying selects (single and multiple). Fix options styling.

Related to issue #282
2016-10-04 12:45:36 +03:00
nixa
3ff5c51f1a feat(rc6): update to rc6 2016-09-19 14:30:30 +03:00
nixa
aa5badbc96 fix(ng2-bootstrap): update components accordingly 2016-09-01 19:39:40 +03:00
nixa
8488eb5184 fix(ckeditor): fix #150 source color is same as background 2016-08-30 14:34:54 +03:00
nixa
98097f5e27 chore(r5): dependencies update, couple of fixes 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
cbef8bf658 feat(table): confirm before delete 2016-08-23 14:14:35 +03:00
nixa
bfab17bd43 fix(table): remove search field 2016-08-23 14:11:25 +03:00
nixa
0f9169fdd0 styles(smarttable): fix styles for actions, hover 2016-08-23 12:45:11 +03:00
nixa
9f706d581a styles(smarttable): fix styles for actions 2016-08-23 12:11:28 +03:00
nixa
056104a2a7 styles(smarttable): fix styles for the admin panel tables 2016-08-23 11:38:45 +03:00
nixa
8b93999ba9 feat(smart table): preparing a demo 2016-08-22 20:15:26 +03:00
nixa
5aea53a1aa feat(smarttable): table setup 2016-08-19 10:23:34 +03:00
nixa
120ffe7d13 feat(smart-table): install ng2-smart-table 2016-08-10 17:23:18 +03:00
nixa
2949fed402 fix(menu): add login/register pages to menu 2016-07-18 11:54:05 +03:00
tibing
743dc38f72 fix(dashboard\todo\checkbox): checkboxes was rendering uncorrectly 2016-07-13 15:55:18 +03:00
tibing
70cdff101f feat(inputs\multi-checkbox): add multi-checkbox directive 2016-07-12 16:04:48 +03:00
tibing
e63812f011 feat(ba-checkbox): create checkbox component 2016-07-12 13:01:48 +03:00
nixa
a46c259318 fix(merge): merge tree view component 2016-07-12 12:15:25 +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
660aa8a4b6 Merge branch 'develop/router'
Conflicts:
	src/platform/browser/directives.ts
	src/platform/browser/providers.ts
2016-07-12 10:37:24 +03:00
nixa
cac851847d fix(router): remove router-depricated references 2016-07-11 15:58:14 +03:00
nixa
ded87ce527 feat(sidebar): custom links and 3rd level 2016-07-11 12:23:07 +03:00
nixa
0ee317bc4d feat(sidebar): menu separated from sidebar, menu merged with routes 2016-07-08 18:03:48 +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
nixa
5b66c255ad Merge branch 'master' into develop/router
Conflicts:
	package.json
2016-07-08 13:16:37 +03:00
nixa
ffae8cd248 feat(forms): update forms to latest version 2016-07-08 13:10:36 +03:00
nixa
27e0eedb1c Merge branch 'dev-rating' of https://github.com/Tibing/ng2-admin into Tibing-dev-rating 2016-07-07 18:06:07 +03:00
tibing
2a607f988e feat(inputs\rating): add rating component 2016-07-07 17:37:30 +03:00
nixa
54f5f9a041 fix(router): redirect not found routes to dashboard 2016-07-07 16:56:07 +03:00
nixa
24de0070fa refactor(router): code style changes 2016-07-07 16:30:00 +03:00