1222 Commits

Author SHA1 Message Date
Judy Bogart
f1ab394218
docs: add api doc to commonly queried elements 2018-07-20 12:39:10 -07:00
Judy Bogart
bb58138579 docs: fix bad link ()
PR Close 
2018-07-20 11:34:38 -07:00
Xapuu
b8f740b253 docs: remove closing parenthesis from provides guide ()
PR Close 
2018-07-20 11:07:53 -07:00
Marius Lichtblau
70b51a6255 docs: update i18n with requested changes ()
use more general project name in code example

PR Close 
2018-07-20 10:36:13 -07:00
Marius Lichtblau
7ebd8e59a8 docs: update i18n doc regarding aot compilation ()
Add missing lines to code example to allow using ng serve with custom i18n configurations.

PR Close 
2018-07-20 10:36:12 -07:00
Raphaël Jamet
5840a86f98 docs: Add notes on manual sanitization to security guide ()
Some users have remarked that we don't explain how to manually call
sanitization, so add a few lines on that.

PR Close 
2018-07-20 10:27:12 -07:00
Brandon Roberts
99a393e84f docs: add new Reactive Forms guide ()
PR Close 
2018-07-19 13:46:30 -04:00
Jamie Krug
23dc9a90b0 docs: fix typo in user input guide ()
PR Close 
2018-07-18 14:04:09 -04:00
Dario Braun
82004c76ac docs: update component styles doc regarding relative URL ()
Update the documentation to match the CLI mechanics regarding relative URL in link tags.
docs: update info on stylesheet location for CLI


PR Close 
2018-07-12 16:44:00 -04:00
Arun Kumar
0d6b74dd87 docs: fix typo in component architecture guide ()
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 
2018-07-12 14:31:27 -04:00
Jamie Krug
ffb9dc6cf9 docs: fix incorrect forms selector references ()
PR Close 
2018-07-10 18:50:17 -07:00
Jamie Krug
505b54b86b docs: fix typos referencing inline component styles ()
PR Close 
2018-07-10 18:48:29 -07:00
Judy Bogart
50fbed8e5f docs: correct project definition ()
PR Close 
2018-07-10 18:47:19 -07:00
George Kalpakas
03616bcb43 docs: fix typo in Universal guide ()
PR Close 
2018-07-10 11:12:45 -07:00
Judy Bogart
49df4ef454 docs: add tree-shakable providers ()
PR Close 
2018-07-10 11:12:07 -07:00
Judy Bogart
e1146f3d06 docs: clarify wording in architecture overview ()
Closes 
Closes 

PR Close 
2018-07-10 11:12:07 -07:00
George Kalpakas
250527ca68 feat(service-worker): add support for ? in SW config globbing ()
The globbing is used in the following sections:
- `assetGroups` > `resources` > `files`/`versionedFiles`
- `assetGroups` > `resources` > `urls`
- `dataGroups` > `urls`
- `navigationUrls`

Query params are ignored for `files`/`versionedFiles` and
`navigationUrls`, but they are still taken into account for
`assetGroups`/`dataGroups` `urls`. To avoid a breaking change, `?` is
matched literally for these patterns.

PR Close 
2018-07-06 13:50:17 -07:00
Judy Bogart
3e6a722ddb docs: add workspace and related cli terms ()
PR Close 
2018-07-06 10:13:39 -07:00
Kapunahele Wong
b719905f9b docs: clarify faqs about services ()
PR Close 
2018-07-06 10:10:41 -07:00
paulmojicatech
7f3242affb docs: fix documention for attributes directive ()
fix:update documentation for attributes directive to fix error

PR Close 
2018-07-03 18:34:58 -04:00
Rob Wormald
3553977bd7 feat(core): add support for ShadowDOM v1 ()
add a new ViewEncapsulation.ShadowDom option that uses the v1 Shadow DOM API to provide style encapsulation.

PR Close 
2018-07-02 14:37:41 -07:00
Jonathan Sharpe
1ae3f87383 docs: update HTTP error test example again ()
This has somehow regressed since angular/angular#22844 was merged.

PR Close 
2018-07-02 14:37:18 -07:00
Conner Chyung
4e7a44c816 docs: fix typo in pipes guide ()
PR Close 
2018-07-02 14:36:55 -07:00
Kapunahele Wong
22758912a0 docs(aio): tech edits to upgrade-lazy () ()
PR Close 

PR Close 
2018-06-27 15:01:47 -07:00
Georgios Kalpakas
70156bc4ed docs(upgrade): add guide about downgradeModule() () ()
PR Close 

PR Close 
2018-06-27 15:01:47 -07:00
Georgios Kalpakas
24e0c3d43d docs: minor fixes in docs-style-guide () ()
PR Close 

PR Close 
2018-06-27 15:01:47 -07:00
Alan Agius
32da3e1602 docs: add explanation for enableResourceInlining ()
PR Close 
2018-06-27 14:31:53 -07:00
Tomasz Kula
5c0e681bf3 docs(aio): fix adding to template driven forms ()
PR Close 
2018-06-26 11:03:36 -07:00
Tomasz Kula
7d6e833a6f docs(aio): fix issues suggested by Brandon ()
PR Close 
2018-06-26 11:03:35 -07:00
Tomasz Kula
49e900d6fc docs(aio): fix issues suggested by Kara ()
PR Close 
2018-06-26 11:03:35 -07:00
Tomasz Kula
5feb9e1935 docs(aio): address pr review issues ()
PR Close 
2018-06-26 11:03:35 -07:00
Tomasz Kula
002a5afa98 docs(aio): add cross field validation example ()
PR Close 
2018-06-26 11:03:35 -07:00
Ricardo Varanda
fe8fe9ba9e docs: update Angular CLI option for sourcemaps ()
PR Close 
2018-06-25 07:53:26 -07:00
George Tzinos
637805a0c9 docs: update lowercase pipe example in "AngularJS to Angular" guide ()
PR Close 
2018-06-21 13:14:31 -07:00
Brandon Roberts
794584e353 docs: Remove outdated Webpack guide and example ()
A supporting Webpack guide will be introduced as part of the guidance
for ejecting from the Angular CLI.

Closes 

PR Close 
2018-06-18 15:03:22 -07:00
Pete Bacon Darwin
8977b9690e docs(aio): remove unused guide doc ()
This was erroneously committed into master, when it was really only
supposed to demo what the pages might look like.

PR Close 
2018-06-13 16:47:40 -07:00
Kirankumar Sripati
c8e865ac8e docs: fix typo ()
PR Close 
2018-06-13 11:54:26 -07:00
Kapunahele Wong
d9bf6e37ae docs: fix wording in 4-10 ()
PR Close 
2018-06-13 11:53:20 -07:00
Shaun Grady
153ba4dff3 docs(aio): Reorganize style guide sections on prefixing components/directives ()
Closes https://github.com/angular/angular/issues/22081

PR Close 
2018-06-13 11:20:42 -07:00
Alan Agius
7623d74607 docs(aio): clean up frequent ng-modules ()
Closes 

PR Close 
2018-06-04 10:13:18 -07:00
Nathan Phillip Brink
ccaa199366 docs(aio): remove an extraneous apostrophe ()
PR Close 
2018-06-04 10:11:28 -07:00
alberto
5d6074eaff docs: fix typo ()
closes 

PR Close 
2018-05-30 17:06:12 -07:00
Aditya Bhardwaj
9add50129d docs: fix typo ()
closes 

PR Close 
2018-05-30 17:06:12 -07:00
Vani
4247176b6e docs: fix typo if FAQ section ()
closes 

PR Close 
2018-05-30 17:06:12 -07:00
Victor Berchet
27d811a7ce
Revert "docs: update docs to use HttpClientModule instead of HttpModule ()"
This reverts commit 3ed7fc668641e62767eb3bcf61e0f5e08a1875cc.
2018-05-30 16:12:49 -07:00
Judy Bogart
c25e6142d2 docs: remove unfinished observables file ()
PR Close 
2018-05-30 14:44:28 -07:00
Aditya Bhardwaj
223882aeb6 docs: fix typo ()
closes 

PR Close 
2018-05-30 11:24:11 -07:00
Aaron Gussman
3ed7fc6686 docs: update docs to use HttpClientModule instead of HttpModule ()
Updated most examples to use HttpClientModule instead of deprecated HttpModule

fix 

PR Close 
2018-05-30 10:03:14 -07:00
cexbrayat
41cd8f3efb refactor(core): use Partial<T> for MetadataOverride ()
Allows to write:

const fixture = TestBed
      .overridePipe(DisplayNamePipe, { set: { pure: false } })
      .createComponent(MenuComponent);

when you only want to set the `pure` metadata,
instead of currently:

const fixture = TestBed
      .overridePipe(DisplayNamePipe, { set: { name: 'displayName', pure: false } })
      .createComponent(MenuComponent);

which forces you to redefine the name of the pipe even if it is useless.

Fixes 

PR Close 
2018-05-29 18:40:05 -04:00
jenniferfell
00c4751f37 docs: update lts and labs practices ()
PR Close 
2018-05-29 18:01:31 -04:00