You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
closes#972
chore(toh): change inputs array for input decorator/hero now a class
docs(dart): update to b12
Also update dart_to_js_script_rewriter dependency to ^1.0.1,
and change most angular2.dart imports to be core.dart instead.
The pipes example broke without the angular2.dart import, so I let it be.
The server-communication sample has never worked for me,
so I changed it but might have broken it further.
closes#1007
docs: update to style-guide links
closes#995
Fixed links to John Papa style guide to new repo location.
docs(cb-ts-to-js): add cookbook about applying TypeScript examples to ES5
closes#893
docs(dart): change imports from bootstrap.dart to platform/browser.dart
closes#1013
samples(dart): add info file for dart-doc-syncer to template-syntax
closes#1018
samples(dart): add link to documentation chapter
closes#1019
docs(toh-1): remove public access modifiers
closes#1009
Remove public access modifier on AppComponent properties to be
consistent throughout code tutorial
docs(dependency-injection): tweak Dart wording
closes#1017
docs(dart): tweak homepage banner
closes#1016
docs(quickstart): fixed "hurray" typo.
closes#1021
docs: update to beta.13
docs(dart/quickstart): merge 2 examples into 1
closes#1031
docs(dart): update to beta.13.1
closes#1032
Add additional tags to the angular.io dgeni package for the new api doc style proposal.
Closes#1030
chore: remove angulardart.org link from footer
closes#1034
fix(api-builder): add missing git package dependency
This was causing the api-builder tests to fail
chore(typo): quide -> guide in cheatsheets
closes#1039
docs:Create Tour of Heroes chapter on http
some text changes
wired up web api
text
adding saving
wired up CRUD
remove unused files
fixed toggle
whitespace
text
text
text updates
text
text
tweaks
added tests
test
fixed button click
images
fixed test
tweaks
docs(toh): add missing nav path to diagram per #1041
chore: fix typo in ts-to-js intro
closes#1025
chore(bio): add Deborah's bio
closes#1024
docs(bio): fixes Jules' bio links
closes#1027
fix(e2e): fix race condition
docs(toh-4): reword the getHeroesSlowly instructions
closes#1011
rewording to: "replace `_heroService.getHeroes` with `_heroService.getHeroesSlowly`"
docs: add DI cookbook
chore: replace VSCode-specific settings.json with broadly recommended .editorconfig
closes#1022
docs(template-syntax): fixed "a id" typo in basics section.
closes#1048
chore: add "homepage" property to package.json
closes#1038
docs(testing): update testing to use toh-5
closes#1003
docs(unit-testing): fix the path to node_modules & steps for adding a new spec
closes#1043
package(harp): update harp version to fix async errors
docs(component-styles): add chapter about styling components
closes#1047
docs(lifecycle-hooks): Fixed missing ":marked" typo
closes#1051
docs(todo app): replace remaining tasks reduce func with filter.length
closes#1050
docs(component-styles): mark `__moduleName` experimental; use alert instead of callout.
closes#1054
docs(pipes): Fixed "If follows..." typo
closes#1053
Fixed typo in **pipes** section of guide.
chore: update to beta.14
"bio": "Jules is a TPM on the Angular team. When not working with developers, Jules is often bending into pretzel-like shapes, climbing mountains or drinking really awesome beer.",
51
53
"type": "Lead"
52
54
},
@@ -397,6 +399,14 @@
397
399
"website": "http://teropa.info/",
398
400
"bio": "Tero is an independent software developer and writer. He's been building web applications for his whole professional career, and has almost figured out how to do vertical centering in CSS.",
399
401
"type": "Community"
402
+
},
403
+
"deborah": {
404
+
"name": "Deborah Kurata",
405
+
"picture": "/resources/images/bios/deborah.jpg",
406
+
"twitter": "deborahkurata",
407
+
"website": "http://blogs.msmvps.com/deborahk/",
408
+
"bio": "Deborah is an independent software developer and author. She is author of several Pluralsight courses including: 'Angular 2: Getting Started'",
0 commit comments