358 Commits

Author SHA1 Message Date
Kapunahele Wong
8a08ff1571 docs: fix comments in services example ()
PR Close 
2019-01-16 17:38:23 -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
Steve Dignan
9c2f6d72d6 docs: minor wording change in code example comment ()
PR Close 
2019-01-14 10:31:23 -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
Kapunahele Wong
d505468fb7 docs: re-write interpolation section and add example ()
PR Close 
2019-01-11 11:12:44 -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
dennisameling
3983d04b1c docs: fix dynamic-component-loader example for Adblock Plus + EasyList ()
Reported issue in  is due to EasyList being selected in ABP. This commit fixes both the image at the bottom of the Dynamic Component Loader example, and the Stackblitz demo.

Fixes 

PR Close 
2018-11-30 13:35:38 -08:00
seunggabi
36e7bf1b7b style: change style css syntax ()
PR Close 
2018-11-29 21:26:53 -08:00
Matthew Harris
9729e8f4b9 docs: removed unused pull-left classes from hero form component ()
PR Close 
2018-11-09 10:23:17 -08:00
Frederik Schlemmer
ac1988d8e6 docs: add missing instruction in HTTP section ()
PR Close 
2018-11-09 09:44:11 -08:00
Nikhil Sharma
0d972d9bbf docs: update hero search component to use input event ()
PR Close 
2018-11-08 11:29:10 -08:00
djy0
678c28175e docs: fix typo ()
PR Close 
2018-10-30 16:24:13 -04:00
Alexander Teplyashin
b95089db20 docs: replace unused variable by _ ()
replace unused variable by _  to keep the code consistent between examples

PR Close 
2018-10-30 13:49:52 -04:00
Pete Bacon Darwin
d878f3df93 test(core): fix security example e2e test ()
The changes in d5cbcef0ea8e3c caused this test to fail.

PR Close 
2018-10-26 12:31:49 -04:00
George Kalpakas
0cc9842bf6 test(upgrade): make e2e tests for upgrade docs examples less flaky ()
PR Close 
2018-10-24 19:49:14 -04:00
George Kalpakas
54ea10288e test(elements): make e2e tests for elements docs examples even less flaky ()
PR Close 
2018-10-24 19:49:14 -04:00
George Kalpakas
b647608c96 test(elements): make e2e tests for elements docs examples less flaky ()
PR Close 
2018-10-23 14:35:37 -07:00
George Kalpakas
31c462ae3f test(animations): make e2e tests for animations docs examples less flaky ()
PR Close 
2018-10-23 14:35:37 -07:00
jenniferfell
b2db32b715 docs: getting started updated for accuracy and style ()
PR Close 
2018-10-12 14:16:02 -07:00
Brandon Roberts
67ad9468d3 docs: fix broken lazy loading examples with Angular CLI RC upgrade ()
PR Close 
2018-10-09 17:04:19 -07:00
Brandon Roberts
67435d456c Revert "docs: add testing styles in index.html, remove additional configuration" ()
This reverts commit 621d82a44c9d46f69f3296b302984f5949b8dee8.

PR Close 
2018-10-09 17:04:19 -07:00
Brandon Roberts
fbfce79b93 docs: add testing styles in index.html, remove additional configuration ()
PR Close 
2018-10-09 17:04:19 -07:00
Brandon Roberts
2a14dfa4ba docs: update shared example dependencies to Angular 7 and CLI 7 ()
PR Close 
2018-10-09 17:04:19 -07:00
siddhant
0bdea1f69c docs: update docs to reflect the changes in RxJS 6 ()
PR Close 
2018-10-08 13:43:12 -07:00
JiaLi.Passion
ccceff5ecc docs: add fakeAsync test new feature document ()
PR Close 
2018-10-05 15:43:37 -07:00
Brandon Roberts
0aafbac99b docs: clean up providedIn: 'root' syntax for router examples ()
PR Close 
2018-09-26 10:14:49 -07:00
Brandon Roberts
1fb3c4ffee docs: Update router guide to use Angular CLI ()
PR Close 
2018-09-26 10:14:49 -07:00
Brandon Roberts
3c8aa0b301 docs: Refresh content on routable animations for router guide ()
PR Close 
2018-09-26 10:14:49 -07:00
Brandon Roberts
354d1944bb docs: remove unused properties from forms overview example ()
PR Close 
2018-09-25 18:48:15 -07:00
Brandon Roberts
9b14483824 docs: more overview feedback changes ()
PR Close 
2018-09-25 18:48:15 -07:00
Brandon Roberts
8d098d389a docs: incorporated forms overview review feedback ()
PR Close 
2018-09-25 18:48:15 -07:00
Brandon Roberts
5649acd03f docs: add forms overview example for snippets ()
PR Close 
2018-09-25 18:48:15 -07:00
Vani
c7e2930f25 docs: fix issues related to tutorial. ()
PR Close 
2018-09-25 18:45:19 -07:00
Vani
f91b0455c0 docs(animations): updated animation docs ()
PR Close 
2018-09-19 10:37:31 -07:00
Kapunahele Wong
a09c3923db docs: delete old comments from example ()
PR Close 
2018-09-13 15:33:33 -07:00
Judy Bogart
2379ad1a4b docs: edit and organize di guide ()
PR Close 
2018-08-30 13:15:47 -04:00
Ana María Martínez Gómez
cc55d609ce docs: add HttpClientModule import code to services tutorial ()
To be able to copy and paste.

PR Close 
2018-08-16 13:51:18 -07:00
Tomasz Kula
c8c1aa7fc0 docs(aio): add async validation chapter ()
Closes 

PR Close 
2018-08-10 09:14:25 -07:00
maxv
6c359afce6 docs: make css multiline in styleguide for consistency ()
PR Close 
2018-08-08 13:12:34 -07:00
JiaLi.Passion
ebf508fcd0 docs: add docs for fakeAsync test with custom macroTask in aio ()
PR Close 
2018-08-08 13:11:15 -07:00
Guillermo Facundo Colunga
7bf5a43385 docs: refining code of tutorial 7 routing ()
Removed the dead code from hero-detail.component.ts

Fixes 

PR Close 
2018-08-07 11:08:53 -07:00
Dario Braun
397530ab24 docs: remove code in universal hero detail component ()
This reverts commit e9cc3dad8f39bc8dfabfb708a825f90fcd2ab697.

PR Close 
2018-08-06 13:39:23 -07:00
Brandon Roberts
74bce18190 Revert "docs: refactor http module import for style guide app.module ()" ()
This reverts commit 88da8f3d52045aa12f6b6a499da070310ae157c6.

PR Close 
2018-08-02 09:20:12 -07:00
George Kalpakas
f1223628a6 docs(elements): add link to full example in elements guide ()
PR Close 
2018-08-02 08:32:59 -07:00
Daniel
88da8f3d52 docs: refactor http module import for style guide app.module ()
PR Close 
2018-08-01 10:55:17 -07:00
Daniel
a9ecf4b929 docs: refactor lazy loading modules example ()
PR Close 
2018-08-01 10:54:00 -07:00