Harinder Singh
127cec0214
docs: add command for creating angular workspace ( #32804 )
...
Improved documentation
Add command to create Angular workspace, it is required for executing `ng generate library <my-lib>` .
PR Close #32804
2019-10-14 16:32:46 +00:00
Benjamin Liii
4b30108734
docs: add note to build Angular locally ( #31053 )
...
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 #31053
2019-10-14 16:31:52 +00:00
Kapunahele Wong
c88305d2eb
docs: add Injectable migration docs ( #32581 )
...
PR Close #32581
2019-10-11 15:46:12 -07:00
crisbeto
0b1daa9ebd
refactor(forms): remove ngForm element selector ( #33058 )
...
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 #33058
2019-10-11 15:43:56 -07:00
Adam J. Penn
c8fd94ea44
style(router): removed extra semicolon ( #33062 )
...
PR Close #33062
2019-10-10 15:26:20 -07:00
Danny Skoog
6ab5f3648a
refactor: utilize type narrowing ( #33075 )
...
PR Close #33075
2019-10-10 15:18:44 -07:00
Amadou Sall
1ae77da609
docs: update Stackblitz example for lazy-loading ( #33070 )
...
PR Close #33070
2019-10-10 15:17:32 -07:00
Amadou Sall
100ba0bd06
docs: align the lazy-loading guide to what's generated by the CLI ( #33070 )
...
PR Close #33070
2019-10-10 15:17:32 -07:00
Yulia Tsareva
676a95a21c
docs: fix typo in guide ( #32893 )
...
PR Close #32893
2019-10-10 13:54:58 -07:00
John Ralph Umandal
a3ef3e11c4
docs: changed 'function' word in to 'steps' ( #32211 )
...
changed word for better method's interpretation.
PR Close #32211
2019-10-10 13:54:23 -07:00
John Ralph Umandal
57d099ceea
docs: fixed a misleading sentence ( #32211 )
...
Reading this sentence, make the reader think that the second argument strictly accepts one single animate, which is not
PR Close #32211
2019-10-10 13:54:23 -07:00
crisbeto
2265cb5938
refactor(core): remove deprecated Renderer ( #33019 )
...
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 #33019
2019-10-08 09:23:00 -07:00
Danny Skoog
c507dda21a
docs: correct sentence in AoT compiler guide ( #33020 )
...
PR Close #33020
2019-10-07 13:13:57 -07:00
Santosh Yadav
0ce8621196
docs: add dotnettricks to training ( #32771 )
...
PR Close #32771
2019-10-07 11:03:03 -07:00
JiaLiPassion
53d13c3fc6
refactor: rename unpatched event flag in Zone from `BLACK_LISTED_EVENTS` to `UNPATCHED_EVENTS` ( #29617 )
...
Closes #28529
PR Close #29617
2019-10-04 08:44:58 -07:00
Showtim3
052cae6427
docs: fix typo in attribute-directives.md ( #32943 )
...
Fixes #32924
PR Close #32943
2019-10-02 14:30:50 -07:00
Jakub Pawlot
e7729b6863
docs: add comment about newEvent utility function ( #32001 )
...
PR Close #32001
2019-10-02 13:28:38 -07:00
Kai Röder
3de59d48b5
docs(docs-infra): use recommended type assertion ( #31042 )
...
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 #31042
2019-10-02 13:25:39 -07:00
Nikita Potapenko
3c7ac5f835
docs: add ngOnInit description ( #32789 )
...
PR Close #32789
2019-10-02 13:24:30 -07:00
Judy Bogart
70429bf350
docs: add lib build note ( #32940 )
...
PR Close #32940
2019-10-02 10:59:05 -07:00
Jordan Amman
448749cafa
docs: added '>' to ng-template closing tag. ( #32939 )
...
Fixes #32931
PR Close #32939
2019-10-02 09:44:23 -07:00
Alan Agius
5d5c94d83a
feat(service-worker): remove deprecated `versionedFiles` option ( #32862 )
...
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 #32862
2019-10-02 09:30:59 -07:00
Kapunahele Wong
206fb82330
docs: add dynamic queries flag migration documentation ( #32582 )
...
PR Close #32582
2019-10-01 17:19:05 -07:00
Judy Bogart
088435c5eb
docs: emphasize headers for code examples ( #32938 )
...
PR Close #32938
2019-10-01 14:45:29 -07:00
Joshua Colvin
32b6548be9
docs: fix capitalization in elements docs ( #32917 ) ( #32936 )
...
PR Close #32917
PR Close #32936
2019-10-01 14:44:49 -07:00
Gérôme Grignon
b3549e6680
docs: fix typo in creating-libraries ( #32930 )
...
PR Close #32930
2019-10-01 10:59:01 -07:00
Hoel IRIS
45c893d0e1
docs(service-worker): add info about recovering from degraded Driver state ( #32682 )
...
Related to #31865
PR Close #32682
2019-09-30 14:15:35 -07:00
Judy Bogart
d5071651df
docs: add filename headers to code examples ( #32701 )
...
PR Close #32701
2019-09-30 10:28:20 -07:00
Judy Bogart
8985233804
docs: add prompts section to schematic guide ( #32728 )
...
PR Close #32728
2019-09-30 10:27:38 -07:00
Yulia Tsareva
877f9ad7b9
docs: add missing space between "Component" and "will" in guide ( #32885 )
...
Closes angular/angular#32873
PR Close #32885
2019-09-27 15:59:29 -07:00
john li
5ae48d52e6
docs: fix typo in deployment guide ( #32777 )
...
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 #32777
2019-09-27 10:32:38 -07:00
Harinder Singh
278d634723
docs: correct spelling of HTMLTableCellElement in Template Syntax ( #32805 )
...
Spelling Correction in Docs
Corrected spelling; From `HTMLTableCellElment` to `HTMLTableCellElement`.
PR Close #32805
2019-09-27 10:03:52 -07:00
Reuben Wilson
f6914159e4
docs: fix sentence phrasing ( #32846 )
...
`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 #32846
2019-09-27 10:03:22 -07:00
Jordan Amman
2e730287fb
docs: clarify sentence in lifecycle hooks doc ( #32860 )
...
PR Close #32860
2019-09-27 10:02:54 -07:00
Rustam
c07b6fece5
docs: added link to ngRuAir podcast ( #32223 )
...
PR Close #32223
2019-09-26 07:37:54 -07:00
Issei Horie
3a96631387
docs: removed duplicated spaces in upgrade guide ( #32813 )
...
PR Close #32813
2019-09-24 14:01:42 -07:00
Issei Horie
c093390c22
docs: fix typo in upgrade guide ( #32807 )
...
PR Close #32807
2019-09-24 14:01:18 -07:00
Kapunahele Wong
04ddcfecd8
docs: edit copy on getting started step 1 ( #32773 )
...
PR Close #32773
2019-09-19 14:20:50 -07:00
Kapunahele Wong
5c2e890d76
docs: edit copy on first step of getting started ( #32751 )
...
PR Close #32751
2019-09-18 13:36:59 -07:00
Aristeidis Bampakos
cd4021ba41
docs: Typo fixes in hierarchical DI guide ( #32536 )
...
Introduce minor typo fixes in the guide for hierarchical dependency injection
PR Close #32536
2019-09-17 13:37:53 -07:00
Judy Bogart
4c061271db
docs: add autoprefixer backward compatability instruction ( #32109 )
...
PR Close #32109
2019-09-16 10:48:02 -07:00
Kapunahele Wong
bd679581e2
docs: add undecorated classes migration faq ( #32478 )
...
PR Close #32478
2019-09-12 12:16:14 -07:00
Kapunahele Wong
222af38462
docs: move renderer2 deprecation guide into own file ( #32626 )
...
PR Close #32626
2019-09-12 10:42:59 -07:00
Judy Bogart
5cf597249c
docs: modify lazy-load module instructions for new cli flag ( #32588 )
...
PR Close #32588
2019-09-12 10:23:18 -07:00
Judy Bogart
a32df388f8
docs: fix doc links to current version ( #32566 )
...
PR Close #32566
2019-09-11 19:27:00 -04:00
Judy Bogart
8a911773b8
docs: add header to code examples ( #32563 )
...
PR Close #32563
2019-09-11 19:26:19 -04:00
idzark
79b673a17f
docs: add mdb angular boilerplate to docs resources ( #30448 )
...
PR Close #30448
2019-09-10 17:22:31 -04:00
Kapunahele Wong
25d90dabbe
docs: port accessibility app from stackblitz to aio ( #32377 )
...
Fixes #32320
PR Close #32377
2019-09-10 13:11:48 -04:00
Tom Kwong
e38351fce7
docs: fixed typo for toh-pt5.md ( #32362 )
...
PR Close #32362
2019-09-10 13:03:36 -04:00
Trevor Karjanis
5b2408f0a6
docs: fix typos in the routing and testing documentation ( #32329 )
...
PR Close #32329
2019-09-10 07:58:44 -04:00