Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 492 Bytes

readme.md

File metadata and controls

10 lines (9 loc) · 492 Bytes

Installing Angular

  1. Copy Package.json Dependencies
  2. Run npm install in terminal (ctrl + ~)
  3. Copy components directory into your project's src directory
  4. Copy main.js & app.module.js files into our src directory
  5. Replace gulpfile.js in your project with this repo's gulpfile.js
  6. Put this script tag right before your closing tag <script src="dist/scripts/main.js"></script>
  7. Edit the content of src/component/navigation.html to include your tag