Skip to content

Commit

Permalink
Readme Design
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuCutillas committed Aug 25, 2016
1 parent 3345f17 commit b7ad9d5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![n2-responsive](/demo/src/assets/images/ng2-responsive-0-4-0-thin.jpg?raw=true)

# Introduction
Superset of **RESPONSIVE DIRECTIVES** to show or hide items according to the size of the device screen and another features in Angular 2

Expand All @@ -22,14 +24,8 @@ Superset of **RESPONSIVE DIRECTIVES** to show or hide items according to the siz
- Directives: DeviceStandardInfo, BrowserInfo, IeInfo.
- Feature Responsive Directive - Boolean Events Emitter on change state:
- Feature responsive-window : Capture the size of the parent element to show or hide fill elements. If the parent responsive size is x show or hide.
- ** NEW ** FEATURE : UserAgent information directive: Get te device, browser, os version and more from the user agent navigator in one event object.
- UserAgent information directive: Get te device, browser, os version and more from the user agent navigator in one event object.
- ** NEW ** Webpack Angular 2 Demo : Initial Angular 2 / Webpack / bootstrap + sass.

Example:

```
<userAgentInfo (info)="thisUserAgent($event)"></userAgentInfo>
```

- Written for the latest release of Angular 2 in typescript.

Expand Down Expand Up @@ -341,6 +337,13 @@ export class AppModule { }
directives: [CORE_DIRECTIVES]
})
```
* Get the userAgent info directive:
- Get the device, browser, os version and more from the user agent navigator in one event object.
```
<userAgentInfo (info)="thisUserAgent($event)"></userAgentInfo>
```
# NEXT STEPS
Expand Down
Binary file modified demo/src/assets/images/background-responsive-directives.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/src/assets/images/ng2-responsive-0-4-0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b7ad9d5

Please sign in to comment.