Jules Kremer
1d6465b596
docs(aio): Update resources.json - fixed language error
2017-06-23 12:11:50 -07:00
Vincent Ogloblinsky
58012df46f
docs(aio): update resources - Add Compodoc - documentation tool for Angular app
2017-06-23 12:11:50 -07:00
Georgios Kalpakas
21c5b177ef
fix(aio): fix topbar nav-item focus style
...
Fixing it requires upgrading `@angular/material` to v2.0.0-beta.7.
Fixes #17216
2017-06-23 12:11:50 -07:00
Nikita Shiryakov
bc10291d42
docs: remove unnecessary newline
2017-06-23 12:11:49 -07:00
Ward Bell
9344c86242
docs: fix “under to hood” typo in changelog.md
...
closes #14856
2017-06-23 13:18:45 -04:00
Ward Bell
6b5b3a7269
docs(aio): resources.json - replace “Angular 2” in titles/descriptions
...
closes #16965
2017-06-23 13:18:41 -04:00
Alex Xu
58c5e86209
docs(aio): update Bash for Windows info
...
As of the Creator's Update, Bash on Ubuntu on Windows supports all npm commands.
https://blogs.msdn.microsoft.com/commandline/2017/04/11/windows-10-creators-update-whats-new-in-bashwsl-windows-console/
Update setup documentation accordingly.
2017-06-23 13:18:37 -04:00
Georgios Kalpakas
1657fa756f
docs(aio): minor fixes for the upgrade guide
...
Fixes #17093
2017-06-23 13:18:33 -04:00
Trotyl Yu
2ff85c6790
fix(aio): add missing WeakMap polyfill
2017-06-23 13:18:26 -04:00
Ward Bell
353de5191c
docs(aio): replace “Angular 1” in upgrade phonecat script
2017-06-22 23:26:08 -04:00
Ward Bell
ea5ac89b50
docs(aio): fix promises link in toh-pt4
...
closes #16050
2017-06-22 23:26:03 -04:00
Michael
f5ce60e6bc
docs(aio): remove "_" from private property name
...
follow best practices from the documentation: https://angular.io/guide/styleguide#properties-and-methods
2017-06-22 23:25:58 -04:00
David
7a2903993a
docs(aio): correct typos in Tour of Heroes HeroSearchService
2017-06-22 23:25:53 -04:00
bmarkov
a29a0df183
docs(aio): Added resources to UI Components ( #17635 )
...
docs(aio): Added resources to UI Components
2017-06-22 23:25:48 -04:00
Kapunahele Wong
746fed453a
docs(aio): remove min, max & move built-in validators paragraph
2017-06-22 23:25:43 -04:00
Stepan Suvorov
64e1b9cc9a
docs(aio): added link to Russian Angular Courses
2017-06-22 23:25:39 -04:00
laco0416
0947f4a358
docs: add documentation for LTS versions
2017-06-22 23:25:35 -04:00
sumitknoldus
f10d5a5572
docs: add missing colon in the Constants section of NAMING.md
2017-06-22 23:25:30 -04:00
Mark Amery
93f57d7d70
docs: Fix Stack Overflow being repeatedly misspelt as a single word
...
(To see that it is two words, see e.g. the page title at https://stackoverflow.com/ or the
spelling at http://stackoverflow.com/tour )
2017-06-22 23:24:31 -04:00
Mark Amery
af1c4db0e4
docs: Fix some non-code being formatted as code in the router docs
2017-06-22 23:24:18 -04:00
Hans Larsen
4f43029570
docs: add changelog for 4.3.0-beta.0
2017-06-22 23:24:06 -04:00
Hans Larsen
8a09015211
docs: add changelog for 4.2.4
4.2.4
2017-06-21 17:01:14 -07:00
Hans Larsen
f4b7bf7e38
release: cut the 4.2.4 release
2017-06-21 16:57:31 -07:00
Hans Larsen
d20313698d
revert: feat(core): update zone.js to 0.8.12
...
This reverts commit 25234227ec .
Mistakenly cherry picked a feature commit which does not belong on a
patch branch.
2017-06-21 16:52:14 -07:00
Ward Bell
74954f1a8d
docs(aio): ward's changes
2017-06-21 16:28:19 -07:00
Shefali Sinha
368aed087c
docs(aio): change to overall prose
2017-06-21 16:28:19 -07:00
Shefali Sinha
975341a77e
docs(aio): create author style guide
2017-06-21 16:28:19 -07:00
Chuck Jazdzewski
c112232fa3
fix(compiler): avoid emitting self importing factories
...
Fixes : #17389
2017-06-21 16:20:05 -07:00
Ward Bell
36348325de
feat(aio): display “Searching ..." while building search index
...
closes #15923
2017-06-21 14:31:59 -07:00
Filipe Silva
fdbe62f112
fix(aio): fix patch script on windows
...
Running the patch script on Windows (with `patch` available) yields an invalid syntax warning, and does not apply patches.
```
kamik@T460p MINGW64 /d/work/angular/aio (master)
$ yarn postinstall
yarn postinstall v0.24.6
$ node tools/cli-patches/patch.js && uglifyjs node_modules/lunr/lunr.js -c -m -o src/assets/js/lunr.min.js --source-map
The syntax of the command is incorrect.
Done in 1.52s.
```
2017-06-21 13:51:47 -07:00
Peter Bacon Darwin
af9ba91e5c
build(aio): ensure all doc tests are run
...
It is not possible to run all the docs tests directly via the jasmine CLI.
Instead we now have a small script that will run jasmine via its library.
2017-06-21 13:51:27 -07:00
Ward Bell
b840ec3684
feat(aio): select contributor group with URL “about?group=gde”
...
closes #17656
also adds test for ContributorListComponent.
2017-06-21 13:51:09 -07:00
Ward Bell
b38552f36e
fix(aio): restore component-styles/exclude hidden children
2017-06-21 11:33:33 -07:00
Dan Lipsitt
572885dcc8
docs(aio): fix numbered list in testing.md
...
This list renders OK in the github UI but not at https://angular.io/guide/testing#setup
2017-06-20 16:43:46 -07:00
Chuck Jazdzewski
33906489ad
fix(tsc-wrapped): skip collecting metadata for default functions
...
Fixes : #17518
2017-06-20 14:23:04 -07:00
Chuck Jazdzewski
59299de374
fix(compiler-cli): find lazy routes in nested module import arrays
...
Fixes : #17531
2017-06-20 14:21:35 -07:00
Jules Kremer
f99793700f
docs(aio): update resource listing
2017-06-20 12:58:20 -07:00
Alex Rickabaugh
77860a0023
fix: argument destructuring sometimes breaks strictNullChecks
...
Destructuring of the form:
function foo({a, b}: {a?, b?} = {})
breaks strictNullChecks, due to the TypeScript bug https://github.com/microsoft/typescript/issues/10078 .
This change eliminates usage of destructuring in function argument lists in cases where it would leak
into the public API .d.ts.
2017-06-20 12:56:21 -07:00
Pawel Kozlowski
93d834a0b2
refactor(core): remove toString() method from DefaultKeyValueDiffer
...
toString() from DefaultKeyValueDiffer is only used in tests and should not
be part of the production code. toString() methods from differs add
~ 0.3KB (min+gzip) to the production bundle size.
2017-06-20 12:55:35 -07:00
Chuck Jazdzewski
63a5f33e99
fix(language-service): infer any ngForOf of type any
...
Fixes : #17611
2017-06-20 12:05:10 -07:00
Chuck Jazdzewski
20eb5cfd59
fix(language-service): rollup tslib into the language service package
...
Fixes : #17614
2017-06-20 11:50:42 -07:00
Hans Larsen
4ab7353a9f
fix(forms): roll back breaking change with min/max directives
...
With 4.2, we introduced the min and max validator directives. This was actually a breaking change because their selectors could include custom value accessors using the min/max properties for their own purposes.
For now, we are rolling back the change by removing the exports. At the least, we should wait to add them until a major version. In the meantime, we will have further discussion about what the best solution is going forward for all validator directives.
Closes #17491 .
----
PR #17551 tried to roll this back, but did not remove the dead code. This failed internal tests that were checking that all declared directives were used.
This PR rolls back the original PR and commit the same as #17551 while also removing the dead code.
2017-06-20 09:08:25 -07:00
Hans Larsen
eb23460e09
revert: fix(forms): temp roll back breaking change with min/max directives
...
This reverts commit 232bd9395d .
2017-06-20 09:08:25 -07:00
Georgios Kalpakas
2e8efdaffa
fix(aio): leave results panel open when opening search result on new page
...
Fixes #17580
2017-06-19 15:12:57 -07:00
Georgios Kalpakas
3cfb13f746
build(aio): upgrade jasmine to v2.6.4
...
This version fixes the DISCONNECTED errors (described in #17543 ) and removes the
need to the workaround (8af203c ).
The relevant jasmine commit is jasmine/jasmine@c60d66994 .
2017-06-19 15:12:38 -07:00
Igor Minar
7de1ae2be8
fix(router): update the version placeholder so that it gets replaced during the build
...
Fixes #17403
2017-06-19 15:11:22 -07:00
Igor Minar
341b812a10
docs(TRIAGE_AND_LABELS): update labels to reflect the current state
2017-06-19 14:54:15 -07:00
Igor Minar
09512c7770
docs(RELEASE_SCHEDULE): fix version numbers for August/September releases
2017-06-19 14:46:49 -07:00
Igor Minar
1ec0a53fec
docs(RELEASE_SCHEDULE): update the release schedule w/ recent regression patch releases
2017-06-19 13:20:53 -07:00
Hans Larsen
3607a48a08
docs: remove aio from changelog
2017-06-19 11:28:17 -07:00