Go to file
denismosolov ad5fc1ffc1 docs(quickstart): typo in TypeScript configuration file name
closes #439

tsconfig.json instead of tsconfig.js
2015-12-03 12:49:33 -08:00
.vscode QuickStart replaced by Getting Started (TS/JS) versions 2015-10-14 21:41:51 -07:00
public docs(quickstart): typo in TypeScript configuration file name 2015-12-03 12:49:33 -08:00
tools chore(docs-shredder): fixed misspelled word, 'overriden' 2015-12-02 19:03:58 -08:00
.gitignore (fix) plunker generation fixes 2015-11-30 21:00:02 -08:00
LICENSE Apache 2.0 License 2015-03-11 04:28:24 -07:00
README.md chore(README): describe the different `sync-and-...` gulp tasks 2015-11-14 12:53:23 -08:00
firebase.json chore(hackathon): post hackathon info 2015-10-20 00:58:19 +01:00
gulpfile.js chore(gulpfile): add gulp serve-and-sync-devguide task 2015-12-01 13:21:17 -08:00
harp.json docs(harp): add bio for Topher Fangio 2015-11-13 16:46:57 +00:00
package.json dev-tooling: add plunker generation from _examples 2015-11-25 12:23:14 -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-2015. Code licensed under the Apache License, Version 2.0. Documentation licensed under CC BY 3.0.