Skip to content

Simple project using the @vaadin/angular2-polymer directive to use Polymer components in an Angular 2 application

Notifications You must be signed in to change notification settings

evertonrobertoauler/angular2-polymer-tutorial

 
 

Repository files navigation

Angular 2 with Polymer

Try it out

npm install -g angular-cli bower
git clone https://github.com/evertonrobertoauler/angular2-polymer-tutorial.git
cd angular2-polymer-tutorial
npm install

Serving in developer mode

npm run serve

Build in developer mode

npm run build

Serving in production mode

npm run serve:prod

Build in production mode

npm run build:prod

Serving the production build + gzip

npm run build:prod && npm run serve:gzip

About

Simple project using the @vaadin/angular2-polymer directive to use Polymer components in an Angular 2 application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.7%
  • TypeScript 43.7%
  • HTML 12.3%
  • CSS 0.3%