Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

martaver/ng2-photobooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn how to create an Angular 2 Library

An example repository for learning how to build your own Angular 2 library. Learn how to:

  • setup the library public API
  • build the library
  • version it
  • publish it to npm
  • package the CSS
  • consume the library with SystemJs or Webpack

See further details in this blog post: How to create an Angular 2 component library, and how to consume it using SystemJs or Webpack

Installation

Clone the repository and do:

npm install

Building the library

npm run build

Install the SystemJs Example

cd examples/systemjs
npm install
npm run build
npm start

Then access http://localhost:8080

Install the Webpack Example

cd examples/webpack
npm install
npm start

Then access http://localhost:8080

About

A responsive ng2 component for using the client webcam/camera to take photos for mobile or desktop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published