- Make source files generated correctly (thanks to @AlbertXingZhang)
- Fix docker configuration (thanks to @gavinzhou)
- Angular updated to rc.4
- Dependencies updated accordingly
- Angular Component Router instead or Router Deprecated (thanks to @RonnyRoos)
- New Angular Forms
- Sidebar rewritten, menu merged with routes configuration
- New CKEditor component
- New Image Uploader component
- New Tree view component
- New Rating component
- New Checkbox and multi-checkbox component
-
Router is updated to Angular Router Component. Old beta router is removed. That means that all the routes are moved to the
src/app/app.routes.ts
file.src/app/app.menu.ts
is also merged into the routes configuration. More details on how to configure a new route you can find here. -
Forms are updated as well. Thus you need to reconfigure all your forms to use new Angular Forms. Checkout the
src/app/pages/login/login.component.ts
component for more details and example.
- run
npm install
- Sidebar menu angle fixed
- Sidebar menu selected item fixed
- Angular updated to rc.3
- Dependencies updated accordingly
- Remove
node_modules
andtypings
folders - run
npm install
- Multiple bugfixes
- Angular updated to rc.2
- Dependencies updated accordingly
- Login page component Demo
- Sign up page component Demo
$
renamed tojQuery
because of name resolution conflicts
- Remove
node_modules
andtypings
folders - run
npm install