mat-progress-buttons
Very simple Angular6+ Material Design progress buttons
File Explorer
Download Latest Version (.zip)- ci-tests.yml
- firebase-hosting-merge.yml
- node.js.yml
- ISSUE_TEMPLATE.md
- app.e2e-spec.ts
- app.po.ts
- protractor.conf.js
- tsconfig.e2e.json
- getting-started-routing.module.ts
- getting-started.component.html
- getting-started.component.scss
- getting-started.component.spec.ts
- getting-started.component.ts
- getting-started.module.ts
- home-routing.module.ts
- home.component.html
- home.component.scss
- home.component.spec.ts
- home.component.ts
- home.module.ts
- content-wrapper.component.html
- content-wrapper.component.scss
- content-wrapper.component.spec.ts
- content-wrapper.component.ts
- footer.component.html
- footer.component.scss
- footer.component.spec.ts
- footer.component.ts
- header.component.html
- header.component.scss
- header.component.spec.ts
- header.component.ts
- index.ts
- shared.module.ts
- app-routing.module.ts
- app.component.html
- app.component.scss
- app.component.spec.ts
- app.component.ts
- app.module.ts
- app.server.module.ts
- agate.css
- androidstudio.css
- arduino-light.css
- arta.css
- ascetic.css
- atelier-cave-dark.css
- atelier-cave-light.css
- atelier-dune-dark.css
- atelier-dune-light.css
- atelier-estuary-dark.css
- atelier-estuary-light.css
- atelier-forest-dark.css
- atelier-forest-light.css
- atelier-heath-dark.css
- atelier-heath-light.css
- atelier-lakeside-dark.css
- atelier-lakeside-light.css
- atelier-plateau-dark.css
- atelier-plateau-light.css
- atelier-savanna-dark.css
- atelier-savanna-light.css
- atelier-seaside-dark.css
- atelier-seaside-light.css
- atelier-sulphurpool-dark.css
- atelier-sulphurpool-light.css
- atom-one-dark.css
- atom-one-light.css
- brown-paper.css
- brown-papersq.png
- codepen-embed.css
- color-brewer.css
- darcula.css
- dark.css
- darkula.css
- default.css
- docco.css
- dracula.css
- far.css
- foundation.css
- github-gist.css
- github.css
- googlecode.css
- grayscale.css
- gruvbox-dark.css
- gruvbox-light.css
- hopscotch.css
- hybrid.css
- idea.css
- ir-black.css
- kimbie.dark.css
- kimbie.light.css
- magula.css
- mono-blue.css
- monokai-sublime.css
- monokai.css
- obsidian.css
- ocean.css
- paraiso-dark.css
- paraiso-light.css
- pojoaque.css
- pojoaque.jpg
- purebasic.css
- qtcreator_dark.css
- qtcreator_light.css
- railscasts.css
- rainbow.css
- routeros.css
- school-book.css
- school-book.png
- solarized-dark.css
- solarized-light.css
- sunburst.css
- tomorrow-night-blue.css
- tomorrow-night-bright.css
- tomorrow-night-eighties.css
- tomorrow-night.css
- tomorrow.css
- vs.css
- vs2015.css
- xcode.css
- xt256.css
- zenburn.css
- CHANGES.md
- highlight.pack.js
- LICENSE
- README.md
- README.ru.md
- .gitkeep
- .npmignore
- logo.svg
- environment.hmr.ts
- environment.prod.ts
- environment.ts
- index.ts
- router-stubs.ts
- .browserslistrc
- favicon.ico
- hmr.ts
- index.html
- karma.conf.js
- main.server.ts
- main.ts
- polyfills.ts
- styles.scss
- test.ts
- tsconfig.app.json
- tsconfig.server.json
- tsconfig.spec.json
- typings.d.ts
- .editorconfig
- .firebaserc
- .gitignore
- angular.json
- package-lock.json
- package.json
- prerender.ts
- proxy.conf.json
- README.md
- server.ts
- static.paths.ts
- tsconfig.json
- tslint.json
- webpack.server.config.js
- bar-button.component.html
- bar-button.component.scss
- bar-button.component.spec.ts
- bar-button.component.ts
- spinner-button.component.html
- spinner-button.component.scss
- spinner-button.component.spec.ts
- spinner-button.component.ts
- mat-progress-buttons.injection-token.ts
- mat-progress-buttons.interface.ts
- mat-progress-buttons.module.ts
- public-api.ts
- test.ts
- karma.conf.js
- ng-package.json
- package-lock.json
- package.json
- README.md
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- tslint.json
- .editorconfig
- .gitignore
- .npmrc
- .prettierignore
- angular.json
- CHANGELOG.md
- firebase.json
- LICENSE
- package-lock.json
- package.json
- prettier.config.js
- README.md
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/michaeldoye/mat-progress-buttons
Downloads the entire project code from GitHub to your computer.
cd mat-progress-buttons
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save mat-progress-buttons
Downloads and installs the libraries listed in package.json.
$ npm link ./dist/mat-progress-buttons
Type this command into your terminal and run it.
$ npm i
Type this command into your terminal and run it.
$ npm run start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
