Skip to content

Commit

Permalink
enhancement: added source viewer component
Browse files Browse the repository at this point in the history
  • Loading branch information
YagoLopez committed Mar 25, 2017
1 parent 26bdd6c commit 1e97737
Show file tree
Hide file tree
Showing 103 changed files with 101 additions and 102 deletions.
15 changes: 10 additions & 5 deletions README.md
@@ -1,14 +1,14 @@
<!-- todo: poner los incoveninets de otras alternativas como que son mas lentas, complicadas, etc. -->
<p align="center"><img src="src/assets/img/logo.png" style="margin: auto; width: 81px;"></p>

# Material Light
<h1><p align="center">Material Light</p></h1>

**Material Designt UI components for Angular 2 +**

This library of components has been carefully designed to create light, easy of use and fast Angular 2 + user interfaces
(Either for web as for mobile apps).
(Both for web and mobile apps).

If you are find this project useful and going to use it in any way, please give an star.
If you are find this project useful and are going to use it, please give an star.

## Author

Expand All @@ -31,11 +31,16 @@ Yago López:
- Copy and paste the `assets` folder contents into the **exact same path** in your angular-cli project
- Use the components following the examples in the `pages` directory. The components use `ml` as namespace. For example: `<ml-icon>email</ml-icon>` places an email icon component in a template.
- There are two ways of using the components:
- **As components**. For example, import `MlButton` and `MlIcon` in your component and put `<ml-button>` and `<ml-icon>` in your termplate.
- **As modules**: Following the previous example, you will need to import the modules `MlButtonMod` and `MlIconMod`. Modules allows to implement lazy-loading.
1. **As components**. For example, import `MlButton` and `MlIcon` in your component and put `<ml-button>` and `<ml-icon>` in your template.
2. **As modules**: Following the previous example, you will need to import the modules `MlButtonMod` and `MlIconMod`. Modules allows to implement lazy-loading.
- Note: At this moment AOT compilation is not supported.
AOT-ready code must be statically analizable which impose several restrictions on the typescript code.

## Testing

<div>E2E tests with the colaboration of:</div>
<a href="https://www.browserstack.com/" target="_blank"><img src="browserstack-logo.png" height="90px"></a>

## Requirements:

- Angular 2 +
Expand Down
Binary file added browserstack-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Binary file added dist/0.279326bf6ec90cc03d46.chunk.js.gz
Binary file not shown.
Binary file removed dist/0.c43a787b80ab83b8b4c2.chunk.js.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file added dist/1.21f96e64d4c4aa604bf4.chunk.js.gz
Binary file not shown.
Binary file removed dist/1.96f2d987a8d0da3a351b.chunk.js.gz
Binary file not shown.
2 changes: 0 additions & 2 deletions dist/10.020eb85485adc4e72e36.chunk.js

This file was deleted.

Binary file removed dist/10.020eb85485adc4e72e36.chunk.js.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions dist/10.7b1e8ea3b6c367bc495c.chunk.js

Large diffs are not rendered by default.

Binary file added dist/10.7b1e8ea3b6c367bc495c.chunk.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion dist/11.64e5c09ff8a3172eab2b.chunk.js

This file was deleted.

Binary file removed dist/11.64e5c09ff8a3172eab2b.chunk.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions dist/11.b7889d049fdf15f0e2ae.chunk.js

Large diffs are not rendered by default.

Binary file added dist/11.b7889d049fdf15f0e2ae.chunk.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions dist/12.0763609a820b59908969.chunk.js

Large diffs are not rendered by default.

Binary file added dist/12.0763609a820b59908969.chunk.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion dist/12.1704775ea93955cd8eb1.chunk.js

This file was deleted.

Binary file removed dist/12.1704775ea93955cd8eb1.chunk.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion dist/13.982be876ce209a8da383.chunk.js

This file was deleted.

Binary file removed dist/13.982be876ce209a8da383.chunk.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions dist/13.dda8ba7d7c622a435518.chunk.js

Large diffs are not rendered by default.

Binary file added dist/13.dda8ba7d7c622a435518.chunk.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions dist/14.20a8efd9b143da8b3a6f.chunk.js

Large diffs are not rendered by default.

Binary file added dist/14.20a8efd9b143da8b3a6f.chunk.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion dist/14.d67bd6b39d530635f4a0.chunk.js

This file was deleted.

Binary file removed dist/14.d67bd6b39d530635f4a0.chunk.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions dist/15.152d372bf03a1f8bfe05.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added dist/15.152d372bf03a1f8bfe05.chunk.js.gz
Binary file not shown.

0 comments on commit 1e97737

Please sign in to comment.