Marius Lichtblau
39afb01510
docs: update i18n with requested changes ( #24875 )
...
use more general project name in code example
PR Close #24875
2018-07-20 10:36:13 -07:00
Marius Lichtblau
7229899396
docs: update i18n doc regarding aot compilation ( #24875 )
...
Add missing lines to code example to allow using ng serve with custom i18n configurations.
PR Close #24875
2018-07-20 10:36:13 -07:00
George Kalpakas
740ab7cdcf
build(docs-infra): add support for examples of type elements
( #24840 )
...
Examples using `@angular/elements` need to transpile to es2015 for
Custom Elements to work (on browsers that natively support them).
Alternatively, a polyfill would need to be loaded. For now, changing the
transpilation target to es2015 is the simplest solution.
PR Close #24840
2018-07-20 10:34:48 -07:00
Jan De Wilde
e22abb4d98
docs: add e2e tests for elements
example ( #24840 )
...
PR Close #24840
2018-07-20 10:34:48 -07:00
Jan De Wilde
a5f100947a
docs: fix elements
example ( #24840 )
...
PR Close #24840
2018-07-20 10:34:48 -07:00
George Kalpakas
731ceee440
docs: refactor elements
example ( #24840 )
...
This makes the closing behavior more deterministic, which makes it
easier to be e2e-tested.
PR Close #24840
2018-07-20 10:34:48 -07:00
George Kalpakas
7a87680710
docs: clean up elements
example (indentation, import order, etc) ( #24840 )
...
PR Close #24840
2018-07-20 10:34:47 -07:00
Raphaël Jamet
422de27601
docs: Add notes on manual sanitization to security guide ( #24176 )
...
Some users have remarked that we don't explain how to manually call
sanitization, so add a few lines on that.
PR Close #24176
2018-07-20 10:27:12 -07:00
Brandon Roberts
6b32622e18
docs: add new Reactive Forms guide ( #24578 )
...
PR Close #24578
2018-07-19 13:46:31 -04:00
Jamie Krug
6731c3daba
docs: fix typo in user input guide ( #22630 )
...
PR Close #22630
2018-07-18 14:04:10 -04:00
Dario Braun
e295206965
docs: update component styles doc regarding relative URL ( #24471 )
...
Update the documentation to match the CLI mechanics regarding relative URL in link tags.
docs: update info on stylesheet location for CLI
PR Close #24471
2018-07-12 16:44:01 -04:00
Alain Chautard
6bf8aefe7a
docs(aio): Add Angular Training to list of training companies ( #23907 )
...
PR Close #23907
2018-07-12 16:39:56 -04:00
Arun Kumar
002ac471da
docs: fix typo in component architecture guide ( #24832 )
...
Change the sentence from 'this tells Angular how provide ...' to 'this tells Angular how to provide ...'. The current sentence does not make grammatical sense.
PR Close #24832
2018-07-12 14:31:28 -04:00
Daniel Sogl
4c18f637ae
docs: unified string chaining ( #22735 )
...
PR Close #22735
2018-07-10 18:50:45 -07:00
Daniel Sogl
fc189b2577
docs(aio): unified string chaining ( #22735 )
...
PR Close #22735
2018-07-10 18:50:45 -07:00
Jamie Krug
778ddb257a
docs: fix incorrect forms selector references ( #22631 )
...
PR Close #22631
2018-07-10 18:50:18 -07:00
Jamie Krug
912742f1ca
docs: fix typos referencing inline component styles ( #22557 )
...
PR Close #22557
2018-07-10 18:48:30 -07:00
Judy Bogart
00dd566b47
docs: correct project definition ( #24807 )
...
PR Close #24807
2018-07-10 18:47:20 -07:00
George Kalpakas
529e4b1565
docs: fix typo in Universal guide ( #24812 )
...
PR Close #24812
2018-07-10 11:12:45 -07:00
Judy Bogart
9ff4617956
docs: add tree-shakable providers ( #24481 )
...
PR Close #24481
2018-07-10 11:12:08 -07:00
Judy Bogart
8887d75723
docs: clarify wording in architecture overview ( #24481 )
...
Closes #23463
Closes #22158
PR Close #24481
2018-07-10 11:12:08 -07:00
Daniel Sogl
98b18cd49f
docs: unified console.log single string style ( #22737 )
...
PR Close #22737
2018-07-10 11:11:30 -07:00
Daniel Sogl
fe23a6e77e
docs(aio): unified console.log single string style ( #22737 )
...
PR Close #22737
2018-07-10 11:11:30 -07:00
Paul Spears
195dc0748b
docs: update Angular Boot Camp description ( #23653 )
...
PR Close #23653
2018-07-06 13:49:57 -07:00
Daniel
2c6f84b25d
docs: refactored ng-container code ( #22742 )
...
PR Close #22742
2018-07-06 13:49:35 -07:00
Judy Bogart
2d1102f5bf
docs: add workspace and related cli terms ( #24633 )
...
PR Close #24633
2018-07-06 10:13:40 -07:00
Will
b51ce62c58
docs(aio): added a link to Angular Zero online course (Traditional Chinese) ( #24228 )
...
PR Close #24228
2018-07-06 10:11:02 -07:00
Kapunahele Wong
25b532e819
docs: clarify faqs about services ( #24079 )
...
PR Close #24079
2018-07-06 10:10:41 -07:00
ampGular
69c8226a9f
docs: add app.module to changed documents ( #23876 )
...
PR Close #23876
2018-07-06 10:10:21 -07:00
paulmojicatech
563e8e3e56
docs: fix documention for attributes directive ( #24367 )
...
fix:update documentation for attributes directive to fix error
PR Close #24367
2018-07-03 18:34:59 -04:00
Michael Prentice
f44161503a
docs(aio): update contributors entry ( #23786 )
...
PR Close #23786
2018-07-02 15:45:39 -07:00
Rob Wormald
6c55a130b1
feat(core): add support for ShadowDOM v1 ( #24718 )
...
add a new ViewEncapsulation.ShadowDom option that uses the v1 Shadow DOM API to provide style encapsulation.
PR Close #24718
2018-07-02 14:37:42 -07:00
Jonathan Sharpe
144a624088
docs: update HTTP error test example again ( #24701 )
...
This has somehow regressed since angular/angular#22844 was merged.
PR Close #24701
2018-07-02 14:37:18 -07:00
Conner Chyung
f561f5a460
docs: fix typo in pipes guide ( #24452 )
...
PR Close #24452
2018-07-02 14:36:55 -07:00
Arunkarthick S. R
916914be13
docs: fix docregion in attribute directives for highlight directive ( #23972 )
...
Fixes #23503
PR Close #23972
2018-07-02 14:36:24 -07:00
FinnStutzenstein
ad68332fa0
docs: consistent spacing in tutorial html files ( #23105 ) ( #24497 )
...
- Removed surrounding spaces in interpolation expressions following the styleguide
- Consistant spacing of two spaces in html
Fixes #23105
PR Close #24497
2018-06-28 17:56:20 -04:00
Kapunahele Wong
9378f44d6d
docs(aio): tech edits to upgrade-lazy ( #18487 )
...
PR Close #18487
2018-06-27 14:53:24 -07:00
Georgios Kalpakas
06d68a1b9f
docs(upgrade): add guide about downgradeModule()
( #18487 )
...
PR Close #18487
2018-06-27 14:53:24 -07:00
Georgios Kalpakas
10feafcf27
docs: minor fixes in docs-style-guide
( #18487 )
...
PR Close #18487
2018-06-27 14:49:14 -07:00
Nico de Haen
94433f3b9e
docs: fix unit tests in toh-pt6 ( #24491 )
...
Resolves #20373
PR Close #24491
2018-06-27 14:33:26 -07:00
Alan Agius
aa753878e6
docs: add explanation for enableResourceInlining
( #24644 )
...
PR Close #24644
2018-06-27 14:31:54 -07:00
Tomasz Kula
3513ae40cc
docs(aio): fix adding to template driven forms ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
Tomasz Kula
979e7b6086
docs(aio): fix issues suggested by Brandon ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
Tomasz Kula
41f008d109
docs(aio): fix issues suggested by Kara ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
Tomasz Kula
c950410ee1
docs(aio): address pr review issues ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
Tomasz Kula
b0fa504d39
docs(aio): add cross field validation example ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
George Kalpakas
56bc86992c
test(aio): fix upgrade-phonecat examples e2e tests ( #24583 )
...
Closes #19625
PR Close #24583
2018-06-25 09:30:46 -07:00
yjaaidi
a886659444
docs: add guide-angular.wishtack.io to education resources ( #24585 )
...
PR Close #24585
2018-06-25 07:57:34 -07:00
Ricardo Varanda
8919577c54
docs: update Angular CLI option for sourcemaps ( #24437 )
...
PR Close #24437
2018-06-25 07:53:27 -07:00
George Tzinos
84eff4219e
docs: update lowercase
pipe example in "AngularJS to Angular" guide ( #24588 )
...
PR Close #24588
2018-06-21 13:14:31 -07:00