Skip to content

Commit

Permalink
feat: Update to angular 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Nov 2, 2017
1 parent 23adb5e commit f12754b
Show file tree
Hide file tree
Showing 25 changed files with 1,444 additions and 621 deletions.
2 changes: 1 addition & 1 deletion .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
"styleExt": "scss",
"component": {}
}
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp
/out-tsc
/.ng_build
Expand Down
12 changes: 2 additions & 10 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

webpack@3.7.1
webpack@3.8.1
MIT
Copyright JS Foundation and other contributors

Expand Down Expand Up @@ -67,14 +67,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

@angular/[email protected]
MIT
MIT

@angular/[email protected]
MIT
MIT

@angular/[email protected]
@angular/[email protected]
MIT
MIT
Binary file modified docs/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>NgxEditor</title><base href="ngx-editor"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.f6a07fb204943f53af55.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script async defer="defer" src="https://buttons.github.io/buttons.js"></script><script type="text/javascript" src="inline.f0c01e0e0861d51b0157.bundle.js"></script><script type="text/javascript" src="polyfills.8eba0ab53b5457105d75.bundle.js"></script><script type="text/javascript" src="vendor.49f83bd555299a8a6d0c.bundle.js"></script><script type="text/javascript" src="main.3d16ae46b5b5d2d28df0.bundle.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>NgxEditor</title><base href="ngx-editor"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.3ccbe96a5a764c24870d.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script async defer="defer" src="https://buttons.github.io/buttons.js"></script><script type="text/javascript" src="inline.2a5a49465db24ea986c5.bundle.js"></script><script type="text/javascript" src="polyfills.ad37cd45a71cb38eee76.bundle.js"></script><script type="text/javascript" src="main.366f8d8bd1dcd1104611.bundle.js"></script></body></html>
1 change: 1 addition & 0 deletions docs/inline.2a5a49465db24ea986c5.bundle.js

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

1 change: 0 additions & 1 deletion docs/inline.f0c01e0e0861d51b0157.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.366f8d8bd1dcd1104611.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.3d16ae46b5b5d2d28df0.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/polyfills.8eba0ab53b5457105d75.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/polyfills.ad37cd45a71cb38eee76.bundle.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/styles.3ccbe96a5a764c24870d.bundle.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/styles.f6a07fb204943f53af55.bundle.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/vendor.49f83bd555299a8a6d0c.bundle.js

This file was deleted.

Loading

0 comments on commit f12754b

Please sign in to comment.