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

Latest commit

 

History

History
32 lines (20 loc) · 911 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 911 Bytes

Polymer + Angular

A demo of interoperability between Polymer and Angular.

Getting started

In order to run it locally you'll need to:

  • Start a local web server:
$ cd angular-cli/ # this folder
$ npm install
$ ng serve

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'feat(my-new-feature): Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License © WebComponents.org