Go to file
Jay Traband f43477263f First pass at build-shred-map complete 2021-04-05 09:51:11 -04:00
.github Update ISSUE_TEMPLATE.md 2018-07-29 11:08:49 +08:00
.husky/_ shred and watch build tooling ( dgeni, gulp, jade) 2021-04-05 09:46:35 -04:00
.yarn/releases shred and watch build tooling ( dgeni, gulp, jade) 2021-04-05 09:46:35 -04:00
aio shred and watch build tooling ( dgeni, gulp, jade) 2021-04-05 09:46:35 -04:00
dev-infra shred and watch build tooling ( dgeni, gulp, jade) 2021-04-05 09:46:35 -04:00
docs shred and watch build tooling ( dgeni, gulp, jade) 2021-04-05 09:46:35 -04:00
goldens/public-api/platform-server/init shred and watch build tooling ( dgeni, gulp, jade) 2021-04-05 09:46:35 -04:00
integration shred and watch build tooling ( dgeni, gulp, jade) 2021-04-05 09:46:35 -04:00
public First pass at build-shred-map complete 2021-04-05 09:51:11 -04:00
scripts shred and watch build tooling ( dgeni, gulp, jade) 2021-04-05 09:46:35 -04:00
tools First pass at build-shred-map complete 2021-04-05 09:51:11 -04:00
.editorconfig chore: remove end_of_line from editorconfig (#2635) 2016-10-19 18:17:06 +01:00
.eslintrc.js chore(eslint): add eslint config file 2016-09-09 14:44:46 -07:00
.firebaserc chore: fix firebase.json; check-deploy to active firebase project 2016-11-04 11:05:51 -07:00
.gitignore Merge remote-tracking branch 'origin/master' 2017-02-26 15:39:42 +08:00
.ng-dev.log shred and watch build tooling ( dgeni, gulp, jade) 2021-04-05 09:46:35 -04:00
.nvmrc chore: update to node 6 (#2301) 2016-09-09 22:23:25 -04:00
.travis.yml shred and watch build tooling ( dgeni, gulp, jade) 2021-04-05 09:42:38 -04:00
LICENSE chore: update copyrights in docs to 2017 (#3067) 2017-01-05 15:14:32 -08:00
README-en.md 把原来的readme改名,准备加入中文版自己的readme 2016-05-27 09:53:22 +08:00
README.md Building shredMap tooling 2021-04-05 09:49:39 -04:00
firebase.json fix: redirect angular.io/docs to the latest ts docs (#3410) 2017-04-11 20:29:04 -07:00
gulpfile.js First pass at build-shred-map complete 2021-04-05 09:51:11 -04:00
harp.json Merge remote-tracking branch 'origin/master' 2017-04-15 15:34:47 +08:00
package-lock.json 更新错误 2021-04-02 13:52:29 -04:00
package.json added browser-sync, modified shred-single-dir in doc-shredder to return a promise, updated readme. 2021-04-05 09:48:41 -04:00
pubspec.yaml Dart upgrade to 2.2.0 2016-12-01 08:12:43 -08:00
renovate.json shred and watch build tooling ( dgeni, gulp, jade) 2021-04-05 09:46:35 -04:00
tslint.json chore: update tslint rules 2016-09-14 15:07:57 +02:00
yarn-error.log shred and watch build tooling ( dgeni, gulp, jade) 2021-04-05 09:46:35 -04: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. run harp server
  4. 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.