Go to file
Hans Larsen 891faa79c8 chore(bio): Adding Hans' bio. 2016-03-07 15:50:15 -08:00
.vscode chore: point VS Code to the examples's local version of typescript 2016-02-25 14:47:57 -08:00
public chore(bio): Adding Hans' bio. 2016-03-07 15:50:15 -08:00
tools docs: update to beta-8 2016-03-03 11:22:41 -08:00
.gitignore docs(dependency-injection): add Dart sample 2016-02-16 13:58:29 -08:00
LICENSE chore: update license to MIT 2016-01-08 14:10:38 -08:00
README.md fix(readme): update license information 2016-02-29 11:24:49 -08:00
firebase.json events(devintersection): Add devintersection europe and routing for events 2016-02-01 13:18:02 -08:00
gulpfile.js docs: share 'styles.css' across all samples all langs; fix styles 2016-02-28 12:47:01 -08:00
harp.json chore(bio): Adding Hans' bio. 2016-03-07 15:50:15 -08:00
package.json chore(gulpfile): ensure NODE_ENV=production before running harp 2016-02-16 17:52:25 -08:00

README.md

Angular.io

Angular.io is currently the preview site for Angular 2. This site also includes links to other helpful angular resources including Angular 1, Angular Material, and AngularFire.

How you can help

Development Setup

  1. install nvm
  2. clone this repo and angular on the same parent directory
  3. cd into root directory angular.io/
  4. make sure you are using the latest node and npm by running nvm use 4.
  5. install local packages by running npm install

Local server with watches and browser reload

  1. cd into root directory angular.io/
  2. run gulp serve-and-sync
  3. browser will launch on localhost:3000 and stay refreshed automatically.

If you are only going to work on a specific part of the docs, such as the API or dev guide, then you can use one of the more specific gulp tasks to only watch those parts of the file system:

  • serve-and-sync : watch all the local Jade/Sass files, the API source and examples, and the dev guide files
  • serve-and-sync-api-docs : watch only the API source and example files
  • serve-and-sync-devguide : watch only the dev guide files
  • build-and-serve : watch only the local Jade/Sass files

Technology Used

  • Angular 1.x: The production ready version of Angular
  • Angular Material: An implementation of Material Design in Angular.js
  • Harp: The static web server with built-in preprocessing.
  • Sass: A professional grade CSS extension language
  • Normalize: A modern, HTML5-ready alternative to CSS resets
  • Grids: A highly customizable CSS Grid Framework built with Sass
  • Prettify: A JS module and CSS for syntax highlighting of source code snippets.
  • Icomoon: Custom built icon fonts

License

Powered by Google ©2010-2016. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.