968 Commits

Author SHA1 Message Date
Jeremy Elbourn
ec6e7303dd perf: pngcrush all pngs ()
This is the result of running
```sh
find ./ -iname "*.png" -exec pngcrush -brute -ow --  {} \;
```

[Summary of size reductions](https://docs.google.com/spreadsheets/d/12Qgx7DfKabWw0PJza6ozC1kCHTofi6wyBLWGtwLW7G4/preview)

Last done in July, 2017 in 

PR Close 
2019-02-01 13:56:02 -05:00
Jeff Cross
0eef958735 docs: add Jeff Cross to contributors ()
PR Close 
2019-01-29 16:41:31 -08:00
jithil-kore
ad499628cb docs: fix typo for Browserslist in build guide ()
PR Close 
2019-01-29 16:35:26 -08:00
Matti Järvinen
24f5428187 docs: fix typo for Browserslist in file structure guide ()
PR Close 
2019-01-29 16:33:18 -08:00
Nazar Nasirzada
a228d65412 docs: fix typo in lifecycle-hooks.md ()
## PR Checklist
Please check if your PR fulfills the following requirements:
 
* [x]  The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
* [ ]  Tests for the changes have been added (for bug fixes / features)
* [x]  Docs have been added / updated (for bug fixes / features)
 
## PR Type
What kind of change does this PR introduce?

* [ ]  Bugfix
* [ ]  Feature
* [ ]  Code style update (formatting, local variables)
* [ ]  Refactoring (no functional changes, no api changes)
* [ ]  Build related changes
* [ ]  CI related changes
* [x]  Documentation content changes
* [ ]  angular.io application / infrastructure changes
* [ ]  Other... Please describe:

## What is the current behavior?
Issue Number: N/A

## What is the new behavior?
## Does this PR introduce a breaking change?
* [ ]  Yes
* [x]  No

## Other information
PR Close 
2019-01-29 16:32:02 -08:00
Janghyun Han
dc8e461303 docs: angular.kr link added ()
PR Close 
2019-01-29 16:31:37 -08:00
onlyflix
41e68f7a7a style: change to American English ()
PR Close 
2019-01-29 16:30:25 -08:00
Dhananjay Kumar
8e75a40735 docs(docs-infra): add ng-India to events list ()
docs: add ng-India to events list
PR Close 
2019-01-28 20:18:51 -08:00
Dario Braun
056d35c97c docs: fix typo and add parenthesis to method in HTTP tutorial ()
Merge remote-tracking branch 'origin/TOH' into TOH


PR Close 
2019-01-24 10:23:25 -08:00
Kapunahele Wong
75074d009f docs: rewrite event binding section and add example ()
PR Close 
2019-01-22 11:31:41 -08:00
Giorgos Bamparopoulos
197676a6dd docs: rename "internal" access modifier to "protected" ()
PR Close 
2019-01-22 11:20:26 -08:00
Luiz Machado
1fb6731285 docs: fix crisis-detail milestone files ()
Crisis Detail's template was being added two times and the component's TS none.
PR Close 
2019-01-22 11:19:51 -08:00
Hamza TEI
1df8be5573 docs: update link to post on redirects in router guide ()
Change victor savkin's url post on redirects to:
http://vsavkin.tumblr.com/post/146722301646/angular-router-empty-paths-componentless-routes

PR Close 
2019-01-22 11:17:18 -08:00
ericksoen
6324ad45e7 docs: correct minor typo ()
PR Close 
2019-01-22 10:19:05 -08:00
Stepan Suvorov
7439b46c5a docs: fix explanation of Injectable decorator in architecture guide ()
PR Close 
2019-01-22 10:18:05 -08:00
Tomas Veras
6bd20e8b2f docs: add missing type when handling errors in hero service. ()
PR Close 
2019-01-22 09:43:43 -08:00
Kayce Basques
366a6bf192 docs: make the styles section less ambiguous ()
PR Close 
2019-01-22 09:42:51 -08:00
Kapunahele Wong
8a08ff1571 docs: fix comments in services example ()
PR Close 
2019-01-16 17:38:23 -08:00
WilliamKoza
50cf2ac6d8 fix(docs-infra): improve a11y ()
Issue 

PR Close 
2019-01-16 17:37:45 -08:00
krzysztof-grzybek
cfb41452ce docs: update testing doc example style for HostListener ()
HostListener is preferred over host metadata by official style guide

PR Close 
2019-01-14 17:04:46 -08:00
Malgosia
857fcfe048 docs: ng config link fix ()
Fixed 'ng config' link to lead to proper CLI command site
PR Close 
2019-01-14 10:47:05 -08:00
javatutorials2016
2c9f0139a3 docs: fix typo in singleton services guide ()
PR Close 
2019-01-14 10:41:30 -08:00
Shivam_Vyas
1ec01d6758 docs: change in(what should I import? answer) NgModule FAQs ()
I think only should be after BrowserModule , because we can import more than BrowserModule and I think we need to import other modules to AppModule in most of cases and we should import BrowserModule only in AppModule,so that thing seems okay.

PR Close 
2019-01-14 10:39:03 -08:00
Ashinze Ekene
4bb5f638bc docs: fix typo in dependency injection guide ()
~~`HeroService` must provided in some parent injector~~
*`HeroService` must be provided in some parent injector*

PR Close 
2019-01-14 10:38:05 -08:00
Brad Brandhorst
0897ebac9e docs: fix typo in docs.md ()
Added a period to the end of the last sentence in the first paragraph
PR Close 
2019-01-14 10:37:21 -08:00
coultonluke
d6aca79410 docs: updates to minor spelling mistakes in pipes guide ()
PR Close 
2019-01-14 10:34:17 -08:00
Brandon Roberts
e4c899e4ba docs: add browser polyfills for IE11 with hash-based routing ()
Closes 

PR Close 
2019-01-14 10:33:23 -08:00
Sasidhar Vanga
5e6e96d844 docs: fix GitHub pages deployment command ()
closes 
PR Close 
2019-01-14 10:32:31 -08:00
Steve Dignan
9c2f6d72d6 docs: minor wording change in code example comment ()
PR Close 
2019-01-14 10:31:23 -08:00
Courtney Pattison
638375b7ca docs: fix typo in testing guide ()
PR Close 
2019-01-14 10:30:33 -08:00
cyraid
c5b67b95b7 docs: update link in universal guide ()
Link to the document "53 percent of mobile site visits" was changed, updated link. Old link led to a page that didn't have the statistics on it.

PR Close 
2019-01-14 10:12:52 -08:00
Alan Agius
78bc21c63a docs: fix scripts section and some minor issues in universal documentation ()
PR Close 
2019-01-14 10:11:08 -08:00
Judy Bogart
e082fc24b2 docs: add library doc to guides in aio ()
PR Close 
2019-01-11 16:22:19 -08:00
George Kalpakas
8c3f98fdbb docs(service-worker): fix example of manually checking for updates ()
Poll for updates in a way that does not prevent the SW from being
registered. Discussed in https://github.com/angular/angular/pull/27332#pullrequestreview-179504620.

PR Close 
2019-01-11 11:17:18 -08:00
George Kalpakas
89a39bb22a style(service-worker): fix code formatting in service-worker-getting-started example ()
PR Close 
2019-01-11 11:17:18 -08:00
George Kalpakas
12f509c218 docs(service-worker): fix the service-worker-getting-started docs example ()
Changes:
- Change the project type to `service-worker`, so that it gets
  appropriate `package.json` (with `@angular/service-worker` dependency)
  and `angular.json` (with `serviceWorker: true` in production config).
- Move `ngsw-config.json` to the correct directory.
- Specify custom test commands for aio's `yarn example-e2e` to also
  verify that the ServiceWorker bits are set up correctly.

PR Close 
2019-01-11 11:17:18 -08:00
Adam Plumer
a100472b5d build: bump year ()
PR Close 
2019-01-11 11:15:59 -08:00
Judy Bogart
a6f7fe394a docs: add schematics terms to glossary ()
PR Close 
2019-01-11 11:15:08 -08:00
Kapunahele Wong
d505468fb7 docs: re-write interpolation section and add example ()
PR Close 
2019-01-11 11:12:44 -08:00
Joseph Harrison-Lim
bccf8da35f docs(router): fix misnamed path ()
This change matches the routes found in the following code example
for auth.guard.ts as well as the login.component.1.ts in the "Add
the LoginComponent" section.

PR Close 
2019-01-10 17:06:05 -08:00
Mark Goho
acb2caced0 docs: fix typo ()
PR Close 
2019-01-10 17:04:54 -08:00
Johannes Hoppe
96f4969a2b docs: fix broken html for deployment.md ()
without the closing quote the text and link are not displayed correctly

PR Close 
2019-01-10 17:03:54 -08:00
George Kalpakas
d0c3e252a3 docs: remove deprecated fromPromise from RxJS guide ()
Follow-up to .

PR Close 
2019-01-09 15:37:52 -08:00
Michael De Wree
582395b8f5 docs: fix typo PageNotFoundCompponent ()
closes: 

PR Close 
2019-01-09 12:42:39 -08:00
Paul Gschwendtner
c7d1890aaa build: remove travisci leftovers ()
PR Close 
2019-01-09 10:41:16 -08:00
Andrew Crites
1de4031d9c docs: use static zip function as an Observable creator. ()
The existing example makes it seem like zip is a pipeable operator. It can be used this way, but I think that is for backwards compatibility. You can achieve the same functionality by using it as an Observable creator. I think this also makes the example clearer.

PR Close 
2019-01-08 17:16:45 -08:00
Zheng Kai
f6c91c5a5a docs: update rxjs example and change fromPromise to from ()
the first example at https://angular.io/guide/rx-library,
https://github.com/ReactiveX/rxjs-tslint/issues/7

PR Close 
2019-01-08 16:15:53 -08:00
Enmanuel
e94e7eef4c docs: add Alyle UI to resources ()
PR Close 
2019-01-07 08:35:40 -08:00
Dario Braun
1dc95c41eb docs: fix typo in TOH http section ()
PR Close 
2019-01-03 09:32:28 -08:00
Alan Agius
a0a3648e7a docs: add more info on what is being cached ()
PR Close 
2019-01-03 09:29:44 -08:00