Skip to content

softsolutionsau/angular-bootstrap-toast-service

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

86 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿž Angular Toast Service with Bootstrap

GitHub CI Quality Gate Status codecov FOSSA Status

Angular TypeScript RxJS Bootstrap Vercel

About the project

The idea of the project was to create a service that allows displaying different types of toast notifications to the user, e.g. success or error toasts.

The application consists of essentially three components: A toast component that represents a single toast notification, a toaster component that maintains and stacks all current toasts, and the toast service.

Getting started

To get the toast service up and runnning locally, all you need to do is open the repository with VS Code and install all the recommended extensions.

Run

  • npm install to install all required dependencies

Development Server

Run

  • npm start for a local dev server. Navigate to http://localhost:4200/.

Linter and Prettier

Run

  • npm run lint to check for ESLint issues
  • npm run lint:fix to automatically fix ESLint issues
  • npm run prettier to check for Prettier issues
  • npm run prettier:fix to automatically fix Prettier issues

Unit Tests

Run

  • npm run test to execute the unit tests in watch mode for development
  • npm run test:coverage to execute all unit tests with code coverage

Build

Run

  • npm run build to run the production build

About

๐Ÿž Angular project for sending Bootstrap based toast notifications including Vercel deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.7%
  • HTML 19.9%
  • SCSS 12.1%
  • JavaScript 7.0%
  • Shell 0.3%