Angular2-Toaster
Angular2-toaster is an asynchronous, non-blocking Angular Toaster Notification library
File Explorer
Download Latest Version (.zip)- settings.json
- bodyOutputType.ts
- clearWrapper.ts
- toast.component.spec.ts
- toast.component.ts
- toast.ts
- toaster-config.ts
- toaster-container.component.spec.ts
- toaster-container.component.ts
- toaster.css
- toaster.css.map
- toaster.min.css
- toaster.module.ts
- toaster.scss
- toaster.service.ts
- transitions.ts
- trust-html.pipe.ts
- public-api.ts
- test.ts
- karma.conf.js
- ng-package.json
- package.json
- README.md
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- tslint.json
- app.e2e-spec.ts
- app.po.ts
- protractor.conf.js
- tsconfig.json
- app.component.html
- app.component.scss
- app.component.spec.ts
- app.component.ts
- app.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.scss
- test.ts
- .browserslistrc
- karma.conf.js
- tsconfig.app.json
- tsconfig.spec.json
- tslint.json
- .gitignore
- .npmignore
- .travis.yml
- angular.json
- CHANGELOG.md
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/Stabzs/Angular2-Toaster
Downloads the entire project code from GitHub to your computer.
cd Angular2-Toaster
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install angular2-toaster
Downloads and installs the libraries listed in package.json.
'@angular/core': 'npm:@angular/core/bundles/core.umd.js',
Type this command into your terminal and run it.
'rxjs': 'npm:rxjs',
Type this command into your terminal and run it.
'angular2-toaster': 'npm:angular2-toaster/bundles/angular2-toaster.umd.js'
Type this command into your terminal and run it.
npm install
Downloads and installs the libraries listed in package.json.
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)
