Veres Lajos
de90314304
style: typos fixed - https://github.com/vlajos/misspell-fixer ( #22975 )
...
PR Close #22975
2018-03-27 14:51:53 -04:00
Victor Berchet
4bd3a65764
fix(aio): mark the 'titlecase' pipe as pure ( #22959 )
...
PR Close #22959
2018-03-23 16:28:05 -04:00
Alberto Piras
16f021c319
docs(aio): fix TS warning error - filter expects a boolean function param ( #22954 )
...
PR Close #22954
2018-03-23 13:07:57 -04:00
Jinhyuk Kim
f461f43d72
docs: fix a typo in aot compiler guide ( #22876 )
...
PR Close #22876
2018-03-21 13:20:51 -07:00
Igor Minar
5f1be9b89b
ci: temporarily disable two styleguide example tests ( #22887 )
...
these tests started failing with 6.0.0-beta.0 upgrade because of a weird issue when used with rxjs v6 with rxjs-compat
PR Close #22887
2018-03-20 15:26:49 -07:00
Igor Minar
b43f8bc7d3
feat(core): upgrade rxjs to 6.0.0-alpha.4 ( #22573 )
...
PR Close #22573
2018-03-19 21:51:51 -07:00
Igor Minar
c445314239
ci: temporarily disable tests that depend on angular-in-memory-web-api ( #22573 )
...
angular-in-memory-web-api is not yet compatible with rxjs v6 and rxjs v6 backwards compatibility package is not yet ready to be used.
PR Close #22573
2018-03-19 21:51:51 -07:00
Andrew Seguin
46efd4b938
feat(elements): George's comments ( #22413 )
...
PR Close #22413
2018-03-16 12:39:07 -07:00
Andrew Seguin
22b96b9690
feat(elements): add support for creating custom elements ( #22413 )
...
PR Close #22413
2018-03-16 12:39:07 -07:00
Victor Berchet
0ebd577db4
refactor(compiler): Drop support for the deprecated `<template>`. Use `<ng-template>` instead ( #22783 )
...
BREAKING CHANGE:
The `<template>` tag was deprecated in Angular v4 to avoid collisions (i.e. when
using Web Components).
This commit removes support for `<template>`. `<ng-template>` should be used
instead.
BEFORE:
<!-- html template -->
<template>some template content</template>
# tsconfig.json
{
# ...
"angularCompilerOptions": {
# ...
# This option is no more supported and will have no effect
"enableLegacyTemplate": [true|false]
}
}
AFTER:
<!-- html template -->
<ng-template>some template content</ng-template>
PR Close #22783
2018-03-15 14:52:22 -07:00
Judy Bogart
02e6ac2117
docs: incorporate suggestions and corrections from gkalpak ( #21569 )
...
PR Close #21569
2018-03-15 14:48:35 -07:00
Judy Bogart
04ca77e38e
docs(aio): update architecture section ( #21569 )
...
PR Close #21569
2018-03-15 14:48:35 -07:00
Matias Niemelä
f5a98f41fe
fix(core): remove core animation import symbols ( #22692 )
...
This patch removes the deprecated support for animation
symbol imports from @angular/core.
BREAKING CHANGE: it is no longer possible to import
animation-related functions from @angular/core. All
animation symbols must now be imported from @angular/animations.
PR Close #22692
2018-03-14 12:23:51 -07:00
Suguru Inatomi
9df13add5d
docs(aio): add ng-japan 2018 to events ( #22750 )
...
ng-japan 2018 will be held at June 16 in Tokyo, Japan!
https://ngjapan.org/en.html
PR Close #22750
2018-03-14 10:59:55 -07:00
Ward Bell
1f9734315d
docs: testing - highlight dispatchEvent ( #22726 )
...
PR Close #22726
2018-03-14 10:21:41 -07:00
Kapunahele Wong
2ca77d80ec
docs: refactor revert() and call to lifecylce hook, edit doc to changes ( #22094 )
...
PR Close #22094
2018-03-08 10:58:42 -08:00
Kapunahele Wong
065bcc5aad
docs: add HeroService to code tabs and fix headers ( #22373 )
...
PR Close #22373
2018-03-07 18:20:53 -08:00
yerkebulan
505ae752b6
docs(aio): update deprecated Http reference to HttpClientModule, remove Http reference because another context is used ( #21984 )
...
docs(aio): change HttpClientModule reference to HttpClient
docs(aio): capitalize Http to HTTP
docs(aio): fix typo mistake in 'universal' guide
docs(aio): gets rid of the parentheses and the "e.g." in 'universal' guide
PR Close #21984
2018-03-06 15:03:54 -08:00
Ward Bell
d0db9ded90
docs: fix cli-quickstart doc and specs ( #22338 )
...
* tests were broken
* incorrect instructions.
* didn't match current CLI template for new project
PR Close #22338
2018-03-06 09:41:53 -08:00
SangKa.Z
3aea8fd5f3
docs(aio): fix table header ( #22553 )
...
PR Close #22553
2018-03-05 10:13:16 -08:00
Kapunahele Wong
c82cef8bc6
docs: fix dynamic component loader example ( #22181 )
...
closes #21903
PR Close #22181
2018-02-28 10:46:37 -08:00
Jason Aden
79656e7f96
docs(aio): add Observable and Rx docs ( #21423 )
...
PR Close #21423
2018-02-27 11:24:31 -08:00
Olivier Combe
82a791223c
docs: update i18n guide for projects that don't use the cli ( #21767 )
...
PR Close #21767
2018-02-26 17:51:58 -08:00
Ward Bell
a7e1f236ff
docs: testing guide for CLI ( #20697 )
...
- updates tests
- heavy prose revisions
- uses HttpClient (with angular-in-memory-web-api)
- test HeroService using `HttpClientTestingModule`
- scrub away most By.CSS
- fake async observable with `asyncData()`
- extensive Twain work
- different take on retryWhen
- remove app barrels (& systemjs.extras) which troubled plunker/systemjs
- add dummy export const to hero.ts (plunkr/systemjs fails w/o it)
- shrink and re-organize TOC
- add marble testing package and tests
- demonstrate the "no beforeEach()" test coding style
- add section on Http service testing
- prepare for stackblitz
- confirm works in plunker except excluded marble test
- add tests for avoidFile class feature of CodeExampleComponent
PR Close #20697
2018-02-26 13:40:23 -08:00
Jamie Krug
c593d69ce7
docs(aio): fix doc typo referring to `httpOptions` ( #22456 )
...
The variable name mention should match the actual tutorial code.
PR Close #22456
2018-02-26 13:32:44 -08:00
hariharanjv
1dcbc12fd3
docs(aio): Essential JS 2 url updated ( #19739 )
...
PR Close #19739
2018-02-23 11:18:11 -08:00
ROOT\hariharanjv
ae2e85e8ef
docs(aio): Essential JS 2 UI Components. ( #19739 )
...
PR Close #19739
2018-02-23 11:18:11 -08:00
Matias Niemelä
b2f366b3b7
fix(animations): only use the WA-polyfill alongside AnimationBuilder ( #22143 )
...
This patch removes the need to include the Web Animations API Polyfill
(web-animations-js) as a dependency. Angular will now fallback to using
CSS Keyframes in the event that `element.animate` is no longer supported
by the browser.
In the event that an application does use `AnimationBuilder` then the
web-animations-js polyfill is required to enable programmatic,
position-based access to an animation.
Closes #17496
PR Close #22143
2018-02-22 16:07:53 -08:00
Kapunahele Wong
9eecb0b27f
docs: fix deployment sample path ( #22048 )
...
PR Close #22048
2018-02-22 13:40:57 -08:00
Kapunahele Wong
022ad4a420
docs: fix ngmodules-jsmodules pre-req ( #22316 )
...
closes #22157
PR Close #22316
2018-02-22 11:20:47 -08:00
Kapunahele Wong
a4f9e8180b
docs: edit styleguide recommendation on components as elements ( #22074 )
...
Change recommendation on using attributes for components since there are use cases including the use of <button mat-button> in MD
Closes #19401 .
PR Close #22074
2018-02-22 11:20:21 -08:00
Marco Alvarado
b42921bbd2
docs(aio): updates directive event hooks real capabilities ( #16654 )
...
Minor documentation update to include event hooks that were assumed to only work on components.
Closes angular/angular#10221
PR Close #16654
2018-02-21 14:51:04 -08:00
zhilich
722dec11b0
docs(aio): Wrong code example. Form status field was added later in the guide. ( #21275 )
...
PR Close #21275
2018-02-21 11:06:47 -08:00
Kapunahele Wong
1c1cbba04b
docs: add ngStyle to cheat sheet ( #22070 )
...
PR Close #22070
2018-02-20 16:08:15 -08:00
Ro Savage
3b692a55a7
docs(aio): fix incorrect quote mark usage ( #22335 )
...
PR Close #22335
2018-02-20 15:42:55 -08:00
Oussama Ben Brahim
69a0578e00
docs(aio): fix the css of the heroes component's buttons ( #22333 )
...
Fixes #22222
PR Close #22333
2018-02-20 15:41:56 -08:00
Pascal Zwick
b5ca275590
docs(aio): Fix name of component ( #22332 )
...
PR Close #22332
2018-02-20 15:41:35 -08:00
Stephen Fluin
519f022b02
docs(aio): update installed mobile tool list ( #22331 )
...
PR Close #22331
2018-02-20 15:41:15 -08:00
Jeff Cross
f6120c09e7
docs(aio): add Nx and Angular Enterprise Playbook to resources ( #22321 )
...
PR Close #22321
2018-02-20 10:09:33 -08:00
Johannes Hoppe
28b23f954c
docs(aio): add angular-buch to resources ( #22163 )
...
adds a link to the website of our book. second version of the text. thanks!
PR Close #22163
2018-02-18 15:12:13 -08:00
Johannes Hoppe
ad17e5e791
docs(aio): add angular-buch to resources ( #22163 )
...
adds a link to the website of our book. many thanks for reviewing this
PR Close #22163
2018-02-18 15:12:13 -08:00
Joe Eames
80d424798e
docs(aio): added ngconf announcement ( #22272 )
...
PR Close #22272
2018-02-18 13:16:30 -08:00
Oussama Ben Brahim
f1a063298e
feat(core): set preserveWhitespaces to false by default ( #22046 )
...
Fixes #22027
PR Close #22046
2018-02-16 09:06:14 -08:00
Pat
f4697f351e
docs: typo - components should be possessive ( #22172 )
...
PR Close #22172
2018-02-14 15:06:52 -05:00
Kapunahele Wong
3a0b5a928c
docs(aio): fix extraneous divs ( #22069 )
...
PR Close #22069
2018-02-14 15:02:36 -05:00
Oussama Ben Brahim
eb48750705
docs(aio): fix typo in "preserveWhitespaces" example ( #22182 )
...
Fixes #22147
PR Close #22182
2018-02-12 15:57:42 -08:00
mgmarlow
7f9b1b78f6
docs(aio): add angular-playground to resources ( #22042 )
...
PR Close #22042
2018-02-12 14:30:58 -08:00
Johannes Hoppe
1e9484673d
docs(aio): add angular.schule to resources ( #22164 )
...
adds a link to our website. many thanks for reviewing this
PR Close #22164
2018-02-12 10:01:23 -08:00
Suguru Inatomi
88bec238ac
fix(aio): remove broken span closing tag ( #22146 )
...
PR Close #22146
2018-02-12 10:01:10 -08:00
yerkebulan
a57df4ee20
docs(aio): put structural directives back in the nav ( #21856 )
...
PR Close #21856
2018-02-12 10:00:14 -08:00
Mikhail Burshteyn
c3484450b8
docs: fix typo in http.md ( #22058 )
...
PR Close #22058
2018-02-09 13:10:23 -08:00
Pete Bacon Darwin
fbef94a8ee
feat(aio): enable data driven homepage announcements ( #22043 )
...
PR Close #22043
2018-02-09 13:10:11 -08:00
Pete Bacon Darwin
7007f51c35
feat(aio): first pass API docs redesign ( #21874 )
...
Includes:
* display ToC for API docs
* update dgeni-packages to 0.24.1
* add floating sidebar in API docs
* add breadcrumbs and structured data for Google crawler
* improved rendering of method overloads
* properties rendered in a table
* params rendered with docs
* removal of outdated "infobox" from all API docs
PR Close #21874
2018-02-09 13:05:16 -08:00
Trotyl
bc1e22922a
docs(aio): several fix for ngmodule guides ( #21517 )
...
PR Close #21517
2018-02-09 13:03:47 -08:00
Pete Bacon Darwin
67cf7128ae
docs(aio): remove ngATL banner from homepage ( #22060 )
...
Closes #22029
PR Close #22060
2018-02-07 16:10:17 -08:00
Kapunahele Wong
83d43ac850
docs(aio): remove lifecycle hooks img ( #21425 )
...
PR Close #21425
2018-02-07 16:09:44 -08:00
Chuck Jazdzewski
b37cee36f9
fix(language-service): correct instructions to install the language service ( #22000 )
...
Fixes : #21956
PR Close #22000
2018-02-07 12:09:00 -08:00
George Kalpakas
4f869ff755
fix(aio): remove links from sub-menu toggles ( #21695 )
...
Navigating to a document while trying to expand or collapse a sub-menu
is undesirable and confusing. All sub-menu toggles should have no other
effect than expanding/collapsing the corresponding sub-menu.
PR Close #21695
2018-02-07 12:06:45 -08:00
jhenderson2099
545fdf10e2
docs(aio): fix TOH inclusion of HeroesService. ( #21228 )
...
Change docs where the MessageService is referenced
Fixes #20398
PR Close #21228
2018-02-07 12:01:32 -08:00
Aric Thorn
7e928db204
docs(forms): Custom Validator example selector name incorrect. ( #20464 )
...
Added bobby e2e test for template form.
Fixes : #20206
PR Close #20464
2018-02-07 12:01:12 -08:00
Aric Thorn
cd4c0eab94
docs(forms): Custom Validator example selector name incorrect. ( #20464 )
...
Name of selector in ForbiddenName example is not consistent with Validator class nor Html selector example. Added the selector name 'appForbiddenName' as an alias name for the input of the Validator class, and updated the view accordingly.
Fixes : #20206
PR Close #20464
2018-02-07 12:01:12 -08:00
A7xSV
3aa7e0228a
docs(aio): fix swap value ( #20905 )
...
'http.get' has been swapped in for 'of'
PR Close #20905
2018-02-05 13:05:58 -08:00
Judy Bogart
9d3326caa7
docs: clarify npm/yarn commands, add blank lines to mix md/html in table ( #21606 )
...
PR Close #21606
2018-02-05 13:02:14 -08:00
Judy Bogart
1940b18124
docs: update browser support ( #21606 )
...
PR Close #21606
2018-02-05 13:02:13 -08:00
Jannis Lehmann
7b120b5f73
docs: consistency fix in describing a custom tag ( #21747 )
...
PR Close #21747
2018-02-02 07:53:18 -08:00
Pete Bacon Darwin
de25d1886e
docs(aio): update docs changelog with links to ts-to-js guide ( #21763 )
...
PR Close #21763
2018-02-02 07:52:30 -08:00
JiaLi.Passion
447783e575
docs: add docs for IE ( #21824 )
...
PR Close #21824
2018-02-02 07:51:46 -08:00
musicq
d3c2aa5f95
docs: add missing underline ( #21892 )
...
PR Close #21892
2018-02-02 07:49:32 -08:00
yerkebulan
f9fa157a09
docs(aio): add missing closing `<code-examle>` tag ( #21771 )
...
PR Close #21771
2018-02-01 08:31:20 -08:00
Alex Rickabaugh
db3e65fb17
docs(service-worker): describe safety-worker.js in SW guide ( #21921 )
...
PR Close #21921
2018-01-31 10:25:14 -08:00
Ward Bell
7a20691f13
docs: add http guide sample and adjust text ( #21326 )
...
PR Close #21326
2018-01-31 10:24:43 -08:00
Enzo Volkmann
eeab433c8d
docs: Fix platform-detection example for Universal ( #21796 )
...
PR Close #21796
2018-01-31 10:21:04 -08:00
Bernd Hacker
72265f796f
fix(aio): missing plural s in preserveWhiteSpaces example ( #21854 )
...
PR Close #21854
2018-01-29 11:35:13 -08:00
Eli Sadoff
6e8bc310f0
docs: change ”it's" to "its" as needed in several docs. ( #21867 )
...
Most of them are in content but one is in common and needs special approval.
PR Close #21867
2018-01-29 11:34:46 -08:00
Pete Bacon Darwin
23596b3f30
docs(aio): fix missing stylesheet in component-styles example ( #21772 )
...
The code in the example was referring to `hero-app.component.css` but this did
not exist.
PR Close #21772
2018-01-25 13:38:12 -08:00
Pete Bacon Darwin
f8fa20d71a
docs(aio): fix paths to imported CSS stylesheets ( #21772 )
...
The AOT compiler needs relative paths so that it can find
the imported stylesheets.
PR Close #21772
2018-01-25 13:38:12 -08:00
Miško Hevery
92ddd46bcc
Revert "docs(aio): update docs changelog with links to ts-to-js guide ( #21712 )"
...
This reverts commit 43d1b9864f
.
2018-01-24 15:50:41 -08:00
George Kalpakas
d0e086a5fe
fix(aio): remove remaining `plnkr` references ( #20165 )
...
PR Close #20165
2018-01-23 21:30:27 -08:00
George Kalpakas
15c2a93f14
build(aio): check for obsolete `plnkr.json` and missing `main` files ( #20165 )
...
Also, remove `plnkr.json` for `service-worker-getting-started` guide,
since it is not used and ServiceWorker cannot work correctly in
plnkr/stackblitz anyway (e.g. no build step to re-compute hashes).
A zipper might be useful and can be added in a subsequent PR, but it is
currently broken (e.g. no dependency on `@angular/service-worker`).
PR Close #20165
2018-01-23 21:30:27 -08:00
Jesus Rodriguez
1a75934cc0
build(aio): migrate plunker to stackblitz ( #20165 )
...
PR Close #20165
2018-01-23 21:30:27 -08:00
Victor Berchet
acf381bcb7
docs: update ICU select messages to use male/female ( #21713 )
...
fixes #21694
PR Close #21713
2018-01-23 16:32:23 -08:00
Pete Bacon Darwin
43d1b9864f
docs(aio): update docs changelog with links to ts-to-js guide ( #21712 )
...
PR Close #21712
2018-01-23 13:33:36 -08:00
JiaLi.Passion
e82812b9a9
docs: fix #19989 , add zone flags(blacklist/module) in guide ( #21701 )
...
PR Close #21701
2018-01-23 13:33:10 -08:00
Max Ivanov
2015ccd1f5
docs(aio): added a link to Angular-RU ( #21687 )
...
Angular-RU Community on GitHub is a single point for all resources, chats, podcasts and meetups for Angular in Russia
PR Close #21687
2018-01-22 12:55:03 -08:00
Denny Brown
8c51c276c7
docs: fix stray div and reformat paragraph ( #21676 )
...
PR Close #21676
2018-01-19 20:40:13 -08:00
Fabian Wiles
c8a1a14b87
docs: clarify the use of classes and interfaces in style guide ( #20919 )
...
PR Close #20919
2018-01-18 18:22:55 -06:00
Chuck Jazdzewski
64d16dee02
feat(compiler): implement "enableIvy" compiler option ( #21427 )
...
The "enableIvy" compiler option is the initial implementation
of the Render3 (or Ivy) code generation. This commit enables
generation generating "Hello, World" (example in the test)
but not much else. It is currenly only useful for internal Ivy
testing as Ivy is in development.
PR Close #21427
2018-01-18 18:22:44 -06:00
George Kalpakas
44a4b1680f
docs: improve/simplify example for `providers` guide ( #21589 )
...
PR Close #21589
2018-01-18 18:22:20 -06:00
George Kalpakas
4596b9d0df
docs: fix/improve example for `singleton-services` guide ( #21589 )
...
PR Close #21589
2018-01-18 18:22:20 -06:00
George Kalpakas
81e87095b4
docs: several minor `NgModule` guide fixes/improvements ( #21589 )
...
PR Close #21589
2018-01-18 18:22:20 -06:00
George Kalpakas
bf248792eb
docs: minor fixes (anchor tags, redundant whitespace, consistent code-snippets lang) ( #21589 )
...
PR Close #21589
2018-01-18 18:22:20 -06:00
Vani
1ce46b56f8
docs: change titles to sentence case ( #21620 )
...
PR Close #21620
2018-01-18 18:22:09 -06:00
George Kalpakas
d07760f5e3
build(aio): fix zips testing commands ( #21629 )
...
PR Close #21629
2018-01-18 18:21:59 -06:00
Kapunahele Wong
af2a843446
docs: edit entry component FAQ ( #21487 )
...
PR Close #21487
2018-01-17 17:14:33 -08:00
Kapunahele Wong
02377335ec
docs: add server side redirect and fix NgModule FAQ links ( #21487 )
...
PR Close #21487
2018-01-17 17:14:33 -08:00
Kapunahele Wong
e79e98ab44
docs: fix lazy loading example dir name ( #21475 )
...
PR Close #21475
2018-01-17 17:02:41 -08:00
Alan Agius
030c68df32
docs(aio): change `df-question` to `app-question` ( #21438 )
...
closes : #21404
PR Close #21438
2018-01-17 07:20:17 -08:00
Chuck Jazdzewski
2d44a2ab0d
docs(compiler): document the $any type cast function ( #20968 )
...
Closes #20966
PR Close #20968
2018-01-12 14:37:26 -08:00
Pete Bacon Darwin
c5c6d84fe6
style(aio): enforce strict TypeScript checks ( #21342 )
...
Closes #20646
PR Close #21342
2018-01-12 14:36:43 -08:00
Kapunahele Wong
00300f66e8
docs(forms): clarify note in reactive forms doc ( #21134 )
...
PR Close #21134
2018-01-11 07:03:55 -08:00