Skip to content

Commit

Permalink
docs: add note about server side rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa authored Feb 22, 2018
1 parent f047f14 commit 4cbb8e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
### What's included:

What is included:
1) [x] @nebular/theme
1) [x] @nebular/theme :art:
- Theme System - guidelines on how to manage SCSS variables and component styles with hot reload in place.
- Pure Angular UI Kit with two style themes and no dependencies.
- Style overridings for 3rd party modules (Bootstrap, ng2-smart-table) to have a consistent look and feel.
2) [x] @nebular/auth
- Style overridings for 3rd party modules (Bootstrap 4, ng2-smart-table) to have a consistent look and feel.
- Server-side rendering compatibility!
2) [x] @nebular/auth :closed_lock_with_key:
- Authentication components (login/register/reset password/restore password).
- Multiple configurable providers (backend connectors).
- Helpers for token management (storing, passing with HTTP requests, etc).
3) [x] @nebular/security
3) [x] @nebular/security :cop:
- Roles and permissions management (ACL)
- `*nbIsGranted` conditional directive
4) [ ] @nebular/dashboard - module for draggable/resizable dashboards creation
Expand All @@ -40,9 +41,6 @@ There are a lot of awesome front-end frameworks and libraries out there these da
### Documentation
Installation, customization and other useful articles: https://akveo.github.io/nebular

### Architecture
<img src="https://i.imgur.com/H4coTS7.png" />

### License
[MIT](LICENSE.txt) license.

Expand Down
1 change: 1 addition & 0 deletions docs/articles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Nebular modules are distributed as separated `npm` packages, here's a list of cu
- Theme System - set of SCSS rules, which allow you to modify application looks & feel by changing style-variables, with fewer custom styles.
- UI Kit - pure Angular components with two style themes and no 3rd party dependencies.
- Style overriding for Bootstrap, so that the application has a consistent look & feel.
- Server-side rendering compatibility!
- **@nebular/auth**
- Authentication components (login/register/reset password/restore password).
- Multiple configurable providers (backend connectors).
Expand Down

0 comments on commit 4cbb8e3

Please sign in to comment.