Georgios Kalpakas
494a0d064a
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 11:51:17 -07:00
Ward Bell
7ba720a62a
docs(aio): resources.json - replace “Angular 2” in titles/descriptions
...
closes #16965
2017-06-23 09:04:21 -07:00
Alex Xu
eacc36bbd5
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 09:04:04 -07:00
Georgios Kalpakas
8b4acbbcbf
docs(aio): minor fixes for the upgrade guide
...
Fixes #17093
2017-06-23 09:03:28 -07:00
Trotyl Yu
b1fe63d081
fix(aio): add missing WeakMap polyfill
2017-06-23 09:03:07 -07:00
Ward Bell
21018af2bf
docs(aio): replace “Angular 1” in upgrade phonecat script
2017-06-22 14:57:02 -07:00
Ward Bell
67ffbae6f9
docs(aio): fix promises link in toh-pt4
...
closes #16050
2017-06-22 14:56:41 -07:00
Michael
5dd5bfde72
docs(aio): remove "_" from private property name
...
follow best practices from the documentation: https://angular.io/guide/styleguide#properties-and-methods
2017-06-22 14:55:42 -07:00
David
400486ced7
docs(aio): correct typos in Tour of Heroes HeroSearchService
2017-06-22 14:55:17 -07:00
bmarkov
1a947e4b75
docs(aio): Added resources to UI Components ( #17635 )
...
docs(aio): Added resources to UI Components
2017-06-22 14:52:58 -07:00
Kapunahele Wong
92bcfefc35
docs(aio): remove min, max & move built-in validators paragraph
2017-06-22 14:51:05 -07:00
Stepan Suvorov
133b5e6e36
docs(aio): added link to Russian Angular Courses
2017-06-22 14:46:24 -07:00
Mark Amery
8c129d73b8
docs: Fix some non-code being formatted as code in the router docs
2017-06-22 14:38:55 -07:00
Ward Bell
37cdc4f759
docs(aio): ward's changes
2017-06-21 16:21:20 -07:00
Shefali Sinha
b1dab181e0
docs(aio): change to overall prose
2017-06-21 16:21:20 -07:00
Shefali Sinha
fd6c4e371b
docs(aio): create author style guide
2017-06-21 16:21:20 -07:00
Ward Bell
34cc3f2982
feat(aio): display “Searching ..." while building search index
...
closes #15923
2017-06-21 14:31:32 -07:00
Filipe Silva
97fd2480e7
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:35 -07:00
Peter Bacon Darwin
1d93cf2e85
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:15 -07:00
Peter Bacon Darwin
3fb98fe4ea
build(aio): do not recurse node_modules when loading examples in doc-gen
2017-06-21 13:51:15 -07:00
Ward Bell
bb804dd3e9
feat(aio): select contributor group with URL “about?group=gde”
...
closes #17656
also adds test for ContributorListComponent.
2017-06-21 13:50:57 -07:00
Ward Bell
0034bb28e5
fix(aio): restore component-styles/exclude hidden children
2017-06-21 11:33:19 -07:00
Ward Bell
ca51e020cb
fix(aio): redirect "cli-quickstart" to "quickstart"
2017-06-21 11:33:19 -07:00
Dan Lipsitt
d16852898f
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:26 -07:00
Jules Kremer
00874c27f4
docs(aio): update resource listing
2017-06-20 12:58:02 -07:00
Georgios Kalpakas
2447bd1bac
fix(aio): leave results panel open when opening search result on new page
...
Fixes #17580
2017-06-19 15:12:46 -07:00
Georgios Kalpakas
1c6a252596
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:25 -07:00
Georgios Kalpakas
4f37f86433
fix(aio): switch from innerText
to textContent
to support older browsers
...
`innerText` is not supported in Firefox prior to v45. In most cases (at least
the ones we are interested in), `innerText` and `textContent` work equally well,
but `textContent` is more performant (as it doesn't require a reflow).
From [MDN][1] on the differences of `innerText` vs `textContent`:
> - [...]
> - `innerText` is aware of style and will not return the text of hidden
> elements, whereas `textContent` will.
> - As `innerText` is aware of CSS styling, it will trigger a reflow, whereas
> `textContent` will not.
> - [...]
[1]: https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent#Differences_from_innerText
Fixes #17585
2017-06-19 10:32:36 -07:00
Alex Rickabaugh
3093c55e9e
build(aio): update @angular/service-worker to 1.0.0-beta.16
...
This version includes a fix for potential cache corruption and invalid redirect behavior in rare cases.
2017-06-16 13:33:37 -07:00
Georgios Kalpakas
f58211d9d8
fix(aio): improve no-javascript screen
2017-06-16 12:04:45 -07:00
Georgios Kalpakas
fe126cb737
fix(aio): remove unused icon reference and file
...
These icons are not there (and never were afaict).
Fixes #17561
2017-06-16 12:03:43 -07:00
Georgios Kalpakas
adc1b129e4
fix(aio): correctly redirect /docs/ts/latest
and /styleguide
...
Previously, we had redirect rules for Firebase for `/docs/ts/latest` and
`/styleguide`, but once the ServiceWorker was activated, it would take over
routing and rewrite these requests to `/index.html`.
This commit fixes it by excluding them from ServiceWorker routing.
Fixes #17542
2017-06-16 12:02:52 -07:00
Paul Gschwendtner
956a7e95d7
docs(aio): re-add biography entry for devversion
...
With SHA 2c3e948e61a22da9e0612f882edfb830e8470b6c the biography of Paul Gschwendtner has been accidentally removed.
This re-adds the biography entry (picture still present) as requested on Slack.
2017-06-16 07:56:15 +01:00
Georgios Kalpakas
ce00fa3627
build(aio): do not fail if check-env
for the main angular project fails
...
Fixes #17434
2017-06-16 07:51:18 +01:00
Georgios Kalpakas
77e717e872
build(aio): remove dependency on build artifacts from parent folder
2017-06-16 07:51:18 +01:00
Georgios Kalpakas
2cc931ed2a
fix(aio): add missing redirect rule for /styleguide
...
Fixes #17542
2017-06-16 07:49:51 +01:00
Jules Kremer
2c3e948e61
docs(aio): update about page
2017-06-15 07:49:41 +01:00
Jesse Palmer
53f57d74b8
feat(aio): add iphone pwa features
2017-06-15 07:47:49 +01:00
Kapunahele Wong
2b1de07f02
docs(aio): incorporate Ward's comments
2017-06-15 07:46:44 +01:00
Kapunahele Wong
fb877696bf
docs(aio): add short section on built-in validators, copy edits
2017-06-15 07:46:44 +01:00
Georgios Kalpakas
01173b9441
fix(aio): do not log messages in production
...
In dev mode, all messages passed to `Logger` will be logged.
In production mode, only warnings and errors will be logged.
Fixes #17453
2017-06-15 07:46:03 +01:00
Georgios Kalpakas
0564dd25e2
refactor(aio): remove unused Logger
dependencies
2017-06-15 07:46:03 +01:00
Jesus Rodriguez
ba0f6decc3
build(aio): extra redirect rule
2017-06-15 07:45:47 +01:00
David Herges
06a0cf2e31
docs(aio): http guide shows how to import toPromise operator from rxjs
...
Solves #17454
2017-06-15 07:45:12 +01:00
Georgios Kalpakas
a8afa65a54
fix(aio): specify large image for PWA splash-screen
2017-06-14 09:36:54 -07:00
Georgios Kalpakas
f73a4c229c
build(aio): upgrade lighthouse to v2.1
2017-06-14 09:36:54 -07:00
Georgios Kalpakas
d378a29565
ci(aio): fail the build if the PWA score is too low
...
Previously, there was an issue with testing the PWA score on staging and failing
the build was temporarily disabled. It works now, so we need to enable failing
the build is the score drops below some threshold.
2017-06-14 09:36:37 -07:00
Peter Bacon Darwin
2bdf2feea7
test(aio): add async beforeEach to prevent Chrome disconnects
...
Related to 3d5f520ff08f00f89f323f1ec3bcd1e0c3f38596 from #17405
2017-06-14 15:29:35 +01:00
Georgios Kalpakas
607fb1fff8
fix(aio): always cover the whole footer with its background
...
Fixes #17465
2017-06-14 15:01:06 +01:00
Trotyl Yu
38fc2a0055
fix(aio): fix trackBy demo in template-syntax article
2017-06-14 12:04:59 +01:00