1759 Commits

Author SHA1 Message Date
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
George Kalpakas
3cd9645daa fix(docs-infra): fix table header layout in API pages ()
PR Close 
2018-07-20 10:48:42 -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
George Kalpakas
1c533c913d build(docs-infra): add support for examples of type elements ()
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 
2018-07-20 10:34:47 -07:00
Jan De Wilde
ead3f926cb docs: add e2e tests for elements example ()
PR Close 
2018-07-20 10:34:47 -07:00
Jan De Wilde
9be222f448 docs: fix elements example ()
PR Close 
2018-07-20 10:34:47 -07:00
George Kalpakas
b137f09345 docs: refactor elements example ()
This makes the closing behavior more deterministic, which makes it
easier to be e2e-tested.

PR Close 
2018-07-20 10:34:47 -07:00
George Kalpakas
453693fd33 docs: clean up elements example (indentation, import order, etc) ()
PR Close 
2018-07-20 10:34:47 -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
Pete Bacon Darwin
74b250b146 feat(docs-infra): enable filtering by package on API list page ()
PR Close 
2018-07-13 19:45:55 -04:00
Pete Bacon Darwin
d8c828c9b1 build(docs-infra): implement the 'package' API template ()
PR Close 
2018-07-13 19:45:54 -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
Alain Chautard
85d9c20b1d docs(aio): Add Angular Training to list of training companies ()
PR Close 
2018-07-12 16:39:56 -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
Daniel Sogl
b7823e7087 docs: unified string chaining ()
PR Close 
2018-07-10 18:50:44 -07:00
Daniel Sogl
3f8ab80583 docs(aio): unified string chaining ()
PR Close 
2018-07-10 18:50:44 -07: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
Daniel Sogl
a167bca927 docs: unified console.log single string style ()
PR Close 
2018-07-10 11:11:29 -07:00
Daniel Sogl
e3709f5d48 docs(aio): unified console.log single string style ()
PR Close 
2018-07-10 11:11:29 -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
Paul Spears
94076c934c docs: update Angular Boot Camp description ()
PR Close 
2018-07-06 13:49:56 -07:00
Daniel
f936b8cbd2 docs: refactored ng-container code ()
PR Close 
2018-07-06 13:49:35 -07:00
George Kalpakas
e01b539ee5 refactor: infer type for it() assertion functions ()
PR Close 
2018-07-06 13:48:02 -07:00
Judy Bogart
3e6a722ddb docs: add workspace and related cli terms ()
PR Close 
2018-07-06 10:13:39 -07:00
Will
568612349f docs(aio): added a link to Angular Zero online course (Traditional Chinese) ()
PR Close 
2018-07-06 10:11:01 -07:00
Kapunahele Wong
b719905f9b docs: clarify faqs about services ()
PR Close 
2018-07-06 10:10:41 -07:00
ampGular
56a8533cf3 docs: add app.module to changed documents ()
PR Close 
2018-07-06 10:10:20 -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
Michael Prentice
948e2236c0 docs(aio): update contributors entry ()
PR Close 
2018-07-02 15:45:39 -07: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
Arunkarthick S. R
d1805d04d5 docs: fix docregion in attribute directives for highlight directive ()
Fixes 

PR Close 
2018-07-02 14:36:24 -07:00
Pete Bacon Darwin
d876700c26 build(docs-infra): render short description of parameters in API docs ()
PR Close 
2018-06-28 15:03:14 -07:00
Brandon Roberts
3db9d57de3 fix(docs-infra): use clean package.json template when generating zips ()
Closes 

PR Close 
2018-06-28 15:01:00 -07:00
Brandon Roberts
66e50f28d2 docs: include ts-loader as shared example dependency ()
Closes 

PR Close 
2018-06-28 15:01:00 -07:00
FinnStutzenstein
676ec411b9 docs: consistent spacing in tutorial html files () ()
- Removed surrounding spaces in interpolation expressions following the styleguide
- Consistant spacing of two spaces in html

Fixes 

PR Close 
2018-06-28 17:56:19 -04: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
Nico de Haen
8dec381145 docs: fix unit tests in toh-pt6 ()
Resolves 

PR Close 
2018-06-27 14:33:26 -07:00