1738 Commits

Author SHA1 Message Date
Alan Agius
542f236dc4 docs: add documentation for server and Ivy without bundleDependencies ()
PR Close 
2019-12-05 10:13:57 -08:00
Denys Vuika
28ef1af376 docs: update Angular books list ()
PR Close 
2019-12-05 10:11:25 -08:00
Kapunahele Wong
e71d151571 docs: edit copy of getting started step 2 ()
PR Close 
2019-12-05 10:10:40 -08:00
Kwinten Pisman
e315215983 docs: add kwinten pisman to GDE resources ()
PR Close 
2019-12-03 16:11:40 -08:00
Amadou Sall
8f102fe674 docs: remove information about which version of Firefox started supporting custom elements ()
PR Close 
2019-12-03 16:04:54 -08:00
George Kalpakas
86d5472d91 docs(service-worker): fix paths for ngsw-config command to match latest CLI ()
PR Close 
2019-12-03 10:42:07 -08:00
Judy Bogart
f84f362de3 docs: clarify differential load doc ()
PR Close 
2019-12-03 10:37:11 -08:00
Charles Lyding
56f4e56094 docs: Ivy i18n guide updates for localize option ()
PR Close 
2019-12-03 10:14:15 -08:00
Alan Agius
e6dbcd0f46 docs: remove redundant dashes ()
PR Close 
2019-12-02 11:26:21 -08:00
Paul Gschwendtner
5b04abd5c0 docs: update title of v9 injectable migration guide ()
The missing-injectable migration has been updated to handle a breaking change that is
unrelated to missing ´@Injectable` decorators. Though, the breaking change will be handled
as part of this migration since we did not want to create another migration (with all the boilerplate etc.)

The guide has been already updated to reflect the new pattern the migration handles, but we
should also rename the title of the guide to something that also mentions the other pattern.

Not renaming the guide URL since it is referenced in past releases and it's safer to keep the old
URL. The important thing is to change the actual rendered title.

PR Close 
2019-12-02 11:21:50 -08:00
Santosh Yadav
040673464c docs: small typo in DI docs ()
PR Close 
2019-12-02 11:20:39 -08:00
Sonu Kapoor
2cc954d5a5 test(docs-infra): ensure RxJS-related docs examples can compile without errors ()
Previously, some RxJS-related examples (which are not proper Angular apps) were not
tested on CI as part of the `example-e2e` npm script. This meant that the examples
could get out-of-date or contain compile errors without as noticing.

This commit ensures that the `example-e2e` script picks up these examples and checks
that they compile successfully.

Partly addresses .

PR Close 
2019-12-02 11:02:13 -08:00
Santosh Yadav
6108962291 docs: add ngIndia to event page ()
PR Close 
2019-11-27 13:04:08 -08:00
Paul Gschwendtner
3414760bdd docs: update injectable migration guide to reflect latest schematic changes ()
Since we created the migration guide for the `missing-injectable` schematic, the schematic
changed in various ways. e.g. the migration no longer migrates classes passed to `useExisting`

Additionally the migration has been expanded to handle another Ivy breaking change where
providers like `{provide: X}` will be intepreted as `{provide: X, useClass: X}`. This pattern should
be documented in the migration guide.

PR Close 
2019-11-26 16:37:48 -05:00
Nikita Potapenko
48a1acab52 docs: fix typo in sample ()
Fixes 

PR Close 
2019-11-26 16:37:17 -05:00
Kapunahele Wong
78c65c330f docs: add note about strictTemplates and strictNullChecks together ()
PR Close 
2019-11-26 16:36:51 -05:00
ajitsinghkaler
5ff98fe701 docs: removed non-supported versions from LTS ()
PR Close 
2019-11-26 16:36:23 -05:00
Kapunahele Wong
d655093123 docs: add Animations import in Router doc ()
Fixes 

PR Close 
2019-11-25 22:37:55 -05:00
Kapunahele Wong
1ab2ebc719 docs: edit EventEmitter name in styleguide ()
Fixes 

PR Close 
2019-11-25 18:40:51 -05:00
Igor Minar
ed55355363 fix(core): remove deprecated and defunct wtf* apis ()
These apis have been deprecated in v8, so they should stick around till v10,
but since they are defunct we are removing them early so that they don't take up payload size.

PR Close 
2019-11-25 18:39:18 -05:00
Charles Lyding
56f33bc266 docs: initial Ivy i18n guide updates ()
PR Close 
2019-11-25 14:12:18 -05:00
arturovt
51a56bc4c6 docs: fix typos and highlight booleans to keep consistency ()
PR Close 
2019-11-25 11:38:06 -05:00
ajitsinghkaler
1217c6b7cc docs: replace class hero to interface wherever class properties not used ()
Fixes 

PR Close 
2019-11-25 11:37:39 -05:00
JiaLiPassion
5129bccebf docs: add TracyLee to GDE list ()
PR Close 
2019-11-22 18:40:03 -05:00
Joey Perrott
e24453b9f8 docs: Add Joey Perrott to Angular team in contributors ()
PR Close 
2019-11-22 17:40:03 -05:00
Kara Erickson
a37bf9a516 docs: add examples for DI change in Ivy ()
PR Close 
2019-11-22 13:04:24 -05:00
Santosh Yadav
9f211ba0f5 docs: add santosh yadav as GDE resource ()
PR Close 
2019-11-22 12:45:52 -05:00
Girma Nigusse
bb79018f92 docs(core): fix typo in Tour of Heroes App and Tutorial ()
PR Close 
2019-11-22 12:45:03 -05:00
Alan Agius
5024e217d7 docs: update npm install dev command to npm install --save-dev ()
See: https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file

PR Close 
2019-11-22 12:38:17 -05:00
arturovt
2dd572b15c docs(http): fix typo ()
PR Close 
2019-11-22 12:36:43 -05:00
Ralf D. Müller
fd5f101bab docs: add CSRF to XSRF section of http guide ()
link to the correct section of the HttpClientGuide:
if someone searches for CSRF (and not XSRF), she will not find the right section in the HttpClient guide

added CSRF as name of XSRF attack:
in order to make it easier to find the XSRF protection, I've added a reference to the other name "CSRF". The security guide has the same reference to XSRF/CSRF.
When I searched for this feature, I had quite some problems to find it because of this missing reference

PR Close 
2019-11-21 16:57:12 -05:00
Martina Kraus
2303dc4f28 docs: add martina kraus to GDE resources ()
PR Close 
2019-11-21 16:52:32 -05:00
Alan Agius
df71aa425f docs: clarify that --prod should be used to publish a library ()
PR Close 
2019-11-21 10:45:18 -08:00
Dyma
11a35e5d14 docs: add learning resource ()
PR Close 
2019-11-20 14:56:56 -08:00
Alyssa Nicoll
4ae754a222 docs: Update Alyssa on GDE list ()
PR Close 
2019-11-20 14:52:00 -08:00
George Kalpakas
27562e92db fix(docs-infra): fix StackBlitz and zipped http examples ()
Previously, the generated StackBlitz examples as well as the
corresponding downloadable zips for the `http` guide examples were not
correct and thus trying to run the app and/or tests would fail.

This commit fixes the examples:

- Replace `TestBed.inject()` (which was [introduced in v9][1]) with
  `TestBed.get()` (which is available in v8 used in the examples).
  (NOTE: The examples will soon be updated to v9 (as part of
  [FW-1609][2] and switched back to `TestBed.inject()` then.)

- Include `src/app/heroes/hero.ts` in the zip, because it is referenced
  by some of the other files and the compilation fails without it.

- Ensure `src/main-specs.ts` is not included in the zip that does not
  include the tests. Including the file broke the app, because there is
  logic in our zip-builder that renamed `main-*.ts` files to `main.ts`
  and thus `main-specs.ts` ended up overwriting the actual `main.ts`.

[1]: https://next.angular.io/guide/deprecations#angularcoretesting
[2]: https://angular-team.atlassian.net/browse/FW-1609

Fixes 
Fixes 

PR Close 
2019-11-20 14:44:31 -08:00
Judy Bogart
5c23ea71c4 docs: add version requirement for routing option ()
PR Close 
2019-11-19 11:40:03 -08:00
Judy Bogart
341d5847d6 docs: add xrefs to update app and deprecations policy ()
PR Close 
2019-11-18 09:13:16 -08:00
Pierre-Yves FARE
2e7a3e9ae6 docs: add html template for sizer component in template syntax guide ()
fixes 

PR Close 
2019-11-18 09:12:45 -08:00
Pete Bacon Darwin
023c4ffdde docs(docs-infra): prevent auto-linking of snippet in guide ()
By adding the `bash` language to the code snippet it will no
longer be auto-linked, which was causing a false positive link
to be rendered.

Fixes 

PR Close 
2019-11-18 09:11:01 -08:00
Santosh Yadav
6fadb7a3a4 docs: updated dynamic forms example ()
Fixes 

PR Close 
2019-11-15 16:16:45 -08:00
dishanfernando
ffe57a004c docs: Hyperlink to HTML & CSS ()
Link to have a reference on the HTML & CSS for basic understanding.

PR Close 
2019-11-15 10:36:18 -08:00
Stefanie Fluin
fe4447d568 feat(docs-infra): simplify image styles and remove figure references ()
Reference 
Removes figures elements as AIO is not typically using captions or image groups where figures would be necessary or appropriate

PR Close 
2019-11-14 09:27:02 -08:00
Judy Bogart
6888cb3d7a docs: expand type-check info in update page ()
PR Close 
2019-11-13 11:08:51 -08:00
Filipe Silva
f922903b62 docs: remove migration-ngcc guide ()
PR Close 
2019-11-12 14:03:48 -08:00
Filipe Silva
9a840e5021 docs: add postinstall opt-in ()
PR Close 
2019-11-12 14:03:48 -08:00
Filipe Silva
31c5e67ba6 docs: expand configuration usage ()
Followup to https://github.com/angular/angular-cli/pull/15819

PR Close 
2019-11-12 13:55:59 -08:00
ketangote
fcde671ae2 docs: updated amexio resource description ()
PR Close 
2019-11-12 09:52:48 -08:00
Judy Bogart
c6ebcd1eb9 docs: fix numbering ()
PR Close 
2019-11-11 12:46:34 -08:00
Alan Agius
ca1ff3ea11 docs: update update guide to use ng update instead of npm i ()
For more context see: https://github.com/angular/angular-cli/issues/16021

Closes: https://github.com/angular/angular-cli/issues/16021

PR Close 
2019-11-11 09:40:08 -08:00