1426 Commits

Author SHA1 Message Date
Mayur Barge
51b9ce44ea docs: fix typo in getting started guide ()
Fixes 

PR Close 
2019-10-16 10:23:01 -04:00
Filipe Silva
ec6a9f2a02 docs: add postinstall script removal to Ivy guide ()
PR Close 
2019-10-15 17:54:39 +00:00
Harinder Singh
0bdb71c122 docs: Update link ()
Update multi-project workspace link

weblink on the angular.io website was not working, therefore, updated the multi-project workspace link.
PR Close 
2019-10-15 16:52:31 +00:00
Alexander von Weiss
a86893c10f docs: use neutral domain name in i18n example ()
PR Close 
2019-10-15 16:50:01 +00:00
Grigoriy Beziuk
a9228aabac docs: a typo fixed in the upgrade guide ()
PR Close 
2019-10-14 23:46:22 +00:00
Yulia Tsareva
5265b74138 docs: fix typo in guide ()
PR Close 
2019-10-14 23:43:29 +00:00
Harinder Singh
127cec0214 docs: add command for creating angular workspace ()
Improved documentation

Add command to create Angular workspace, it is required for executing `ng generate library <my-lib>` .

PR Close 
2019-10-14 16:32:46 +00:00
Benjamin Liii
4b30108734 docs: add note to build Angular locally ()
I got the compiled failed error when I followed the tutorial, which should be informed in advance as there are people who might not know the dependency in the package.json if they have no former relevant experience.

PR Close 
2019-10-14 16:31:52 +00:00
Kapunahele Wong
c88305d2eb docs: add Injectable migration docs ()
PR Close 
2019-10-11 15:46:12 -07:00
crisbeto
0b1daa9ebd refactor(forms): remove ngForm element selector ()
Removes the deprecated `ngForm` element selector and all of the code related to it.

BREAKING CHANGES:
* `<ngForm></ngForm>` can no longer be used as a selector. Use `<ng-form></ng-form>` instead.
* The `NgFromSelectorWarning` directive has been removed.
* `FormsModule.withConfig` has been removed. Use the `FormsModule` directly.

PR Close 
2019-10-11 15:43:56 -07:00
Adam J. Penn
c8fd94ea44 style(router): removed extra semicolon ()
PR Close 
2019-10-10 15:26:20 -07:00
Danny Skoog
6ab5f3648a refactor: utilize type narrowing ()
PR Close 
2019-10-10 15:18:44 -07:00
Amadou Sall
1ae77da609 docs: update Stackblitz example for lazy-loading ()
PR Close 
2019-10-10 15:17:32 -07:00
Amadou Sall
100ba0bd06 docs: align the lazy-loading guide to what's generated by the CLI ()
PR Close 
2019-10-10 15:17:32 -07:00
Yulia Tsareva
676a95a21c docs: fix typo in guide ()
PR Close 
2019-10-10 13:54:58 -07:00
John Ralph Umandal
a3ef3e11c4 docs: changed 'function' word in to 'steps' ()
changed word for better method's interpretation.

PR Close 
2019-10-10 13:54:23 -07:00
John Ralph Umandal
57d099ceea docs: fixed a misleading sentence ()
Reading this sentence, make the reader think that the second argument strictly accepts one single animate, which is not
PR Close 
2019-10-10 13:54:23 -07:00
crisbeto
2265cb5938 refactor(core): remove deprecated Renderer ()
Removes the `Renderer` and related symbols which have been deprecated since version 4.

BREAKING CHANGES:
* `Renderer` has been removed. Use `Renderer2` instead.
* `RenderComponentType` has been removed. Use `RendererType2` instead.
* `RootRenderer` has been removed. Use `RendererFactory2` instead.

PR Close 
2019-10-08 09:23:00 -07:00
Danny Skoog
c507dda21a docs: correct sentence in AoT compiler guide ()
PR Close 
2019-10-07 13:13:57 -07:00
Santosh Yadav
0ce8621196 docs: add dotnettricks to training ()
PR Close 
2019-10-07 11:03:03 -07:00
JiaLiPassion
53d13c3fc6 refactor: rename unpatched event flag in Zone from BLACK_LISTED_EVENTS to UNPATCHED_EVENTS ()
Closes 

PR Close 
2019-10-04 08:44:58 -07:00
Showtim3
052cae6427 docs: fix typo in attribute-directives.md ()
Fixes 

PR Close 
2019-10-02 14:30:50 -07:00
Jakub Pawlot
e7729b6863 docs: add comment about newEvent utility function ()
PR Close 
2019-10-02 13:28:38 -07:00
Kai Röder
3de59d48b5 docs(docs-infra): use recommended type assertion ()
Angular uses tslint:recommended by default. The default for no-angle-bracket-type-assertion is true
See https://github.com/palantir/tslint/blob/master/src/configs/recommended.ts#L69

PR Close 
2019-10-02 13:25:39 -07:00
Nikita Potapenko
3c7ac5f835 docs: add ngOnInit description ()
PR Close 
2019-10-02 13:24:30 -07:00
Judy Bogart
70429bf350 docs: add lib build note ()
PR Close 
2019-10-02 10:59:05 -07:00
Jordan Amman
448749cafa docs: added '>' to ng-template closing tag. ()
Fixes 

PR Close 
2019-10-02 09:44:23 -07:00
Alan Agius
5d5c94d83a feat(service-worker): remove deprecated versionedFiles option ()
BREAKING CHANGE:

Remove deprecated option `versionedFiles` from service worker asset group configuration in `ngsw-config.json`

Before
```json
"assetGroups": [
  {
    "name": "test",
    "resources": {
      "versionedFiles": [
        "/**/*.txt"
      ]
    }
  }
]
```

After
```json
"assetGroups": [
  {
    "name": "test",
    "resources": {
      "files": [
        "/**/*.txt"
      ]
    }
  }
]
```

PR Close 
2019-10-02 09:30:59 -07:00
Kapunahele Wong
206fb82330 docs: add dynamic queries flag migration documentation ()
PR Close 
2019-10-01 17:19:05 -07:00
Judy Bogart
088435c5eb docs: emphasize headers for code examples ()
PR Close 
2019-10-01 14:45:29 -07:00
Joshua Colvin
32b6548be9 docs: fix capitalization in elements docs () ()
PR Close 

PR Close 
2019-10-01 14:44:49 -07:00
Gérôme Grignon
b3549e6680 docs: fix typo in creating-libraries ()
PR Close 
2019-10-01 10:59:01 -07:00
Hoel IRIS
45c893d0e1 docs(service-worker): add info about recovering from degraded Driver state ()
Related to 

PR Close 
2019-09-30 14:15:35 -07:00
Judy Bogart
d5071651df docs: add filename headers to code examples ()
PR Close 
2019-09-30 10:28:20 -07:00
Judy Bogart
8985233804 docs: add prompts section to schematic guide ()
PR Close 
2019-09-30 10:27:38 -07:00
Yulia Tsareva
877f9ad7b9 docs: add missing space between "Component" and "will" in guide ()
Closes angular/angular#32873

PR Close 
2019-09-27 15:59:29 -07:00
john li
5ae48d52e6 docs: fix typo in deployment guide ()
The typo causes most of the callout to not appear on the page. The issue 
appears at the bottom of the "Lazy loading" section on the live site:
https://angular.io/guide/deployment#lazy-loading
PR Close 
2019-09-27 10:32:38 -07:00
Harinder Singh
278d634723 docs: correct spelling of HTMLTableCellElement in Template Syntax ()
Spelling Correction in Docs

Corrected spelling; From `HTMLTableCellElment` to  `HTMLTableCellElement`.

PR Close 
2019-09-27 10:03:52 -07:00
Reuben Wilson
f6914159e4 docs: fix sentence phrasing ()
`In this section, you'll add a "Buy" button the product details page.` -> `In this section, you'll add a "Buy" button to the product details page.`
PR Close 
2019-09-27 10:03:22 -07:00
Jordan Amman
2e730287fb docs: clarify sentence in lifecycle hooks doc ()
PR Close 
2019-09-27 10:02:54 -07:00
Rustam
c07b6fece5 docs: added link to ngRuAir podcast ()
PR Close 
2019-09-26 07:37:54 -07:00
Issei Horie
3a96631387 docs: removed duplicated spaces in upgrade guide ()
PR Close 
2019-09-24 14:01:42 -07:00
Issei Horie
c093390c22 docs: fix typo in upgrade guide ()
PR Close 
2019-09-24 14:01:18 -07:00
Kapunahele Wong
04ddcfecd8 docs: edit copy on getting started step 1 ()
PR Close 
2019-09-19 14:20:50 -07:00
Kapunahele Wong
5c2e890d76 docs: edit copy on first step of getting started ()
PR Close 
2019-09-18 13:36:59 -07:00
Aristeidis Bampakos
cd4021ba41 docs: Typo fixes in hierarchical DI guide ()
Introduce minor typo fixes in the guide for hierarchical dependency injection

PR Close 
2019-09-17 13:37:53 -07:00
Judy Bogart
4c061271db docs: add autoprefixer backward compatability instruction ()
PR Close 
2019-09-16 10:48:02 -07:00
Kapunahele Wong
bd679581e2 docs: add undecorated classes migration faq ()
PR Close 
2019-09-12 12:16:14 -07:00
Kapunahele Wong
222af38462 docs: move renderer2 deprecation guide into own file ()
PR Close 
2019-09-12 10:42:59 -07:00
Judy Bogart
5cf597249c docs: modify lazy-load module instructions for new cli flag ()
PR Close 
2019-09-12 10:23:18 -07:00