dbc95b75af
* All export members are now tagged if they have no documentation. * All exports are tagged if they and their members have no documentation. * The templates for these docs display the words "Not Yet Documented" if they are tagged. * The build creates a warning for each export that is not documented * The build generates a new file, `public/docs/ts/latest/api/overview-dump.html`, which lists all the modules, exports and members highlighting those that are not documented. |
||
---|---|---|
.vscode | ||
public | ||
tools | ||
.gitignore | ||
LICENSE | ||
README.md | ||
firebase.json | ||
gulpfile.js | ||
harp.json | ||
package.json |
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
- install nvm
- Clone this repo and angular on the same parent directory
- cd into root directory
angular.io/
- make sure you are using the latest node and npm by running
nvm use 4
. - install local packages by running
npm install
Local server with watches and browser reload
- cd into root directory
angular.io/
- run
gulp serve-and-sync
- browser will launch on localhost:3000 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.