angular-cn/modules/@angular/examples
Bowen Ni 2c02d34c05 refactor(lint): Don't allow console.log
Enable tslint check for `console.log` as a follow-up to
https://github.com/angular/angular/issues/13018
2016-11-23 15:47:01 -08:00
..
_common refactor(lint): Don't allow console.log 2016-11-23 15:47:01 -08:00
common/pipes/ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
compiler/ts/url_resolver refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
core refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
facade/ts/async refactor(lint): Don't allow console.log 2016-11-23 15:47:01 -08:00
forms/ts refactor(lint): Don't allow console.log 2016-11-23 15:47:01 -08:00
http/ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
platform-browser/dom/debug/ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
testing/ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
upgrade/static/ts chore(examples): add upgrade/static example 2016-11-16 09:18:10 -08:00
web_workers/ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
README.md refactor: dart 2016-08-01 11:34:51 -07:00
build.sh chore(examples): support upgrade/static examples 2016-11-16 09:18:10 -08:00
test.sh fix(build): test example directories with unit and e2e tests (#11296) 2016-09-07 16:04:33 -07:00
tsconfig-build.json chore(examples): support upgrade/static examples 2016-11-16 09:18:10 -08:00

README.md

API Examples

This folder contains small example apps that get in-lined into our API docs. Each example contains tests for application behavior (as opposed to testing Angular's behavior) just like an Angular application developer would write.