Skip to content

Commit

Permalink
feat(loader): add loading progress indicator (#1319)
Browse files Browse the repository at this point in the history
* feat(progress): add loading progress indicator

* feat(progress): add pace.js package

* use theme variables for pace.js indicator

* cleanup

* remove loading circle
  • Loading branch information
hatemhosny authored and nnixaa committed Oct 18, 2017
1 parent 7ee43dc commit f479715
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 1,138 deletions.
2 changes: 2 additions & 0 deletions .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
"../node_modules/font-awesome/scss/font-awesome.scss",
"../node_modules/nebular-icons/scss/nebular-icons.scss",
"../node_modules/socicon/css/socicon.css",
"../node_modules/pace-js/templates/pace-theme-flash.tmpl.css",
"./app/@theme/styles/styles.scss"
],
"scripts": [
"../node_modules/pace-js/pace.min.js",
"../node_modules/tinymce/tinymce.min.js",
"../node_modules/tinymce/themes/modern/theme.min.js",
"../node_modules/tinymce/plugins/link/plugin.min.js",
Expand Down
Loading

0 comments on commit f479715

Please sign in to comment.