Skip to content

Swipe up bottom sheet for browsers that is supported in Angular 8+

Notifications You must be signed in to change notification settings

amalskumar/Angular8-SwipeUp-Modal

Repository files navigation

AngularSwipeUpModal

This project implements Swipe Up Bottom-Sheet for browsers that has following features:

  1. Can implement dynamic data in modal.
  2. Supports all browsers.
  3. Works when mobile orientation changes.
  4. Suported in Angular 8+.

This project was generated with Angular CLI version 8.3.29.

Install npm packages

Install the npm packages described in the package.json and verify that it works:

npm install
npm start

The npm start command builds (compiles TypeScript and copies assets) the application into dist/, watches for changes to the source files, and runs lite-server on port 4200.

Shut it down manually with Ctrl-C.

npm scripts

These are the most useful commands defined in package.json:

  • npm start - runs the TypeScript compiler, asset copier, and a server at the same time, all three in "watch mode".
  • npm run build - runs the TypeScript compiler and asset copier once.
  • npm run build:watch - runs the TypeScript compiler and asset copier in "watch mode"; when changes occur to source files, they will be recompiled or copied into dist/.
  • npm run lint - runs tslint on the project files.
  • npm run serve - runs lite-server.

These are the test-related scripts:

  • npm test - builds the application and runs Intern tests (both unit and functional) one time.
  • npm run ci - cleans, lints, and builds the application and runs Intern tests (both unit and functional) one time.

About

Swipe up bottom sheet for browsers that is supported in Angular 8+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published