Go to file
Jay Traband 6f6e83722e squashed commits for PR 222 from jtraband
- add warning when bad example tag is encountered.
- shredding for api docs + refactoring of gulpfile to clarify task names.
- added top level gulp tasks + error handling cleanup
- added test-api-builder gulp task
- added warning messages during build-shred-map processing
- mixin signature change
- updated styleguide ... continued.
- added @exampleTabs inlinetag support + refactoring shared services between @example and @exampleTabs
- added new inline tag @linkDevGuide + cleanup
- added angular source watch logic for serve-and-sync and source for examples changed from test -> examples + cleanup
- promisify del
- styleguide explanation of @example, @exampleTabs and @linkDevGuide
2015-09-23 14:04:58 -07:00
public squashed commits for PR 222 from jtraband 2015-09-23 14:04:58 -07:00
.gitignore squashed commits for PR 222 from jtraband 2015-09-23 14:04:58 -07:00
LICENSE Apache 2.0 License 2015-03-11 04:28:24 -07:00
README.md improved infrastructure for devguide and revised getting started (TS) 2015-09-10 13:32:57 -07:00
firebase.json firebase.json update 2015-03-04 20:27:50 -08:00
gulpfile.js squashed commits for PR 222 from jtraband 2015-09-23 14:04:58 -07:00
harp.json Added Jules Kremer 2015-09-10 12:33:26 -07:00
package.json squashed commits for PR 222 from jtraband 2015-09-23 14:04:58 -07: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 version 0.17 of Harp (This is the current harp version.)
  2. cd into root directory angular.io/
  3. install local packages by running npm install
  4. run harp server
  5. Open this url in the browser: http://localhost:9000/

Development setup with watches

  1. cd into root directory angular.io/
  2. run gulp serve-and-watch
  3. open this url in the browser: http://localhost:9000/
  4. refresh your browser to see any changes.

Development setup 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 instead of localhost:9000) and stay refreshed automatically.

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.