Rick Katka
9e83814e61
docs: remove erroneous brack in animations guide ( #33525 )
...
Fixes #33459
PR Close #33525
2019-11-01 22:27:40 +00:00
Alan Agius
755a80c7ec
docs: update universal docs for new ivy implementation ( #33040 )
...
PR Close #33040
2019-10-21 11:25:44 -04:00
crisbeto
9d54679e66
test: clean up explicit dynamic query usages ( #33015 )
...
Cleans up all the places where we explicitly set `static: false` on queries.
PR Close #33015
2019-10-17 16:10:10 -04: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
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
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
Carlos Ortiz García
9166baf709
refactor(core): Migrate TestBed.get to TestBed.inject ( #32382 )
...
This is cleanup/followup for PR #32200
PR Close #32382
2019-09-09 19:10:54 -04:00
Kapunahele Wong
33038f6ebe
docs: edit copy and example in hierarchical injectors guide ( #32501 )
...
Fixes #32461
PR Close #32501
2019-09-06 18:28:42 -04:00
Mirco Widmer
cfa09b84dd
docs: fix typo in structural directive example ( #32459 )
...
Fixes #32458
PR Close #32459
2019-09-04 11:36:02 -07:00
Aristeidis Bampakos
55eaa5fb6d
docs: Use ngOnInit to fetch data from services in the getting started guide ( #32273 )
...
Call data services inside ngOnInit interface implementation of components.
closes #32048
PR Close #32273
2019-08-27 09:08:25 -07:00
Alan
1cb62346e4
docs: update i18n docs sample to cater for latest raw-loader version ( #32334 )
...
`raw-loader` version 2+ which is used in the CLI version 8 introduced a breaking change and now uses `export default` instead of `module.exports`.
See: https://github.com/webpack-contrib/raw-loader/blob/master/CHANGELOG.md#200-2019-03-18
Closes #32333
PR Close #32334
2019-08-27 09:06:51 -07:00
Kapunahele Wong
9bb5f05cb9
docs: fix http example to use correct property ( #32288 )
...
Fixes #31814
PR Close #32288
2019-08-23 09:02:05 -07:00
Alex Rickabaugh
ec4381dd40
feat: make the Ivy compiler the default for ngc ( #32219 )
...
This commit switches the default value of the enableIvy flag to true.
Applications that run ngc will now by default receive an Ivy build!
This does not affect the way Bazel builds in the Angular repo work, since
those are still switched based on the value of the --define=compile flag.
Additionally, projects using @angular/bazel still use View Engine builds
by default.
Since most of the Angular repo tests are still written against View Engine
(particularly because we still publish VE packages to NPM), this switch
also requires lots of `enableIvy: false` flags in tsconfigs throughout the
repo.
Congrats to the team for reaching this milestone!
PR Close #32219
2019-08-20 16:41:08 -07:00
Kapunahele Wong
1c6516199e
docs: clarify hierarchical injectors ( #28700 )
...
PR Close #28700
2019-08-15 12:43:51 -07:00
George Kalpakas
2e84f4e0cd
build(docs-infra): fix StackBlitz projects and ZIPs for `testing` guide examples ( #31937 )
...
- Update the `stackblitz.json` config files (used for generating
Stackblitz projects and ZIP archives) to include the correct files
(taking into account the current layout of the example projects).
- Update the boilerplate files for `testing` examples to match the
current layout of the example projects.
PR Close #31937
2019-08-05 09:54:52 -07:00
George Kalpakas
8b94d6a402
build(docs-infra): remove unused StackBlitz/ZIP configurations for `setup` example ( #31937 )
...
The generated StackBlitz project and ZIP archives are no longer used
(and they are broken anyway), so removing them altogether to avoid
confusion.
Note: Still keeping the example project, because that is referenced in
the `setup` guide.
PR Close #31937
2019-08-05 09:54:52 -07:00
Kapunahele Wong
8f084d7214
docs: clarify toh ( #28571 )
...
PR Close #28571
2019-07-22 09:46:27 -07:00
Jonathan Pool
9ef9bfe76b
docs: change to explicit label type in getting-started form ( #31213 )
...
PR Close #31213
2019-07-18 10:32:04 -07:00
George Kalpakas
32c07ceca0
docs(core): fix typo in event-binding code example ( #31611 )
...
`item` is an object, so it is stringified to `[object Object]`. Using
its `name` property produces a more meaningful message.
PR Close #31611
2019-07-17 13:26:48 -04:00
Santosh Yadav
40705f3366
docs: include svg files in stackblitz and download examples ( #31559 )
...
Fixes #31537
PR Close #31559
2019-07-15 16:48:23 -04:00
Ivan Tham
edc51f76c4
style(docs-infra): fix indentation in `rx-library` example ( #31553 )
...
PR Close #31553
2019-07-15 12:13:19 -04:00
Kapunahele Wong
7c62a8f9ca
docs: remove heroes reference in i18n example ( #31515 )
...
Closes #31514
PR Close #31515
2019-07-11 15:07:55 -04:00
George Kalpakas
36d3062a42
ci(docs-infra): increase waiting time to reduce flakiness on CI ( #31408 )
...
Example failure: https://circleci.com/gh/angular/angular/381763
PR Close #31408
2019-07-09 09:35:54 -07:00
Kapunahele Wong
9a2d1fab84
docs: add correct default cli ngModule ( #31166 )
...
PR Close #31166
2019-07-08 10:25:57 -07:00
Michael Prentice
09970d52e8
docs(core): in template syntax guide, make SVG example more clear ( #31356 )
...
add e2e test for SVG template example
fix template syntax example app
- linting errors
- runtime exceptions
- template type errors
- deprecated type casting
- deprecated currency pipe example
Relates to #30559
PR Close #31356
2019-07-02 11:30:15 -07:00
Brandon
2b5d52fbdc
docs: add tests for lazy loading angularjs example ( #30622 )
...
PR Close #30622
2019-06-28 09:26:49 -07:00
Santosh Yadav
c6b29f4c6d
docs: added svg example ( #30559 )
...
Fixes #30441
PR Close #30559
2019-06-27 15:56:26 -07:00
Kapunahele Wong
a1d436e6a4
docs: fix formatting ( #31120 )
...
PR Close #31120
2019-06-25 10:28:50 -07:00
Kapunahele Wong
02d98ed823
docs: fix testing example ( #31120 )
...
PR Close #31120
2019-06-25 10:28:50 -07:00
Brandon
57c4788bc7
docs: refresh TypeScript configuration guide with updated info and files ( #31097 )
...
This removes the hard-coded tsconfig.json to use a separate file.
The tsconfig.0.json is added to the getting-started example folder
because have to check it with every major release
Also updates the text regarding defaults for TypeScript compilation targets
and typings
PR Close #31097
2019-06-18 09:47:48 -07:00
Kapunahele Wong
b5aa0473fc
docs: rewrite attribute binding section and add example ( #26004 )
...
PR Close #26004
2019-06-14 12:21:28 -07:00
Kapunahele Wong
6c4d91297e
docs: edit and add example for Template Expression Operators section of Template Syntax ( #28087 )
...
PR Close #28087
2019-06-14 11:53:50 -07:00
Kapunahele Wong
f41242f18e
docs: rewrite inputs/outputs section of Template Syntax ( #27685 )
...
PR Close #27685
2019-06-14 11:53:13 -07:00
Kapunahele Wong
e2fd628618
docs: edit template ref vars copy and example ( #27371 )
...
PR Close #27371
2019-06-14 11:52:33 -07:00
Kapunahele Wong
2c2135d331
docs: rewrite built-in directives section ( #27273 )
...
PR Close #27273
2019-06-14 11:51:47 -07:00
Kapunahele Wong
7e3a60ad31
docs: add example and edit two-way-binding section of Template Syntax ( #26278 )
...
PR Close #26278
2019-06-14 11:50:03 -07:00
Kapunahele Wong
85d38ae564
docs: rewrite property binding section and add example ( #25770 )
...
PR Close #25770
2019-06-14 11:47:34 -07:00
Kapunahele Wong
bb4e230eae
docs: rewrite binding-syntax section in template-syntax.md ( #25561 )
...
PR Close #25561
2019-06-14 10:25:06 -07:00
Bo Vandersteene
bb635c09fd
docs: use const in dynamic-component-loader example ( #30888 )
...
Use const instead of let. Some of the variables are never reassigned, so it is preferred to use const over let
PR Close #30888
2019-06-11 14:20:00 -07:00
Lars Gyrup Brink Nielsen
ef4a15bc0b
docs: correct typos and formatting in the Getting Started guide ( #30758 )
...
PR Close #30758
2019-06-04 13:37:27 -07:00
Pandiyan Murugan
3ed7463ad7
docs: rename component for constructor example ( #30845 )
...
PR Close #30845
2019-06-04 11:52:57 -07:00
Brandon
8bedf50073
docs: update example references from "my-app" to "app-root" ( #30789 )
...
"app" is the default prefix for CLI projects when generating components.
This updates our examples to conform that that default
Closes #19778
PR Close #30789
2019-06-03 08:55:39 -07:00
Michael Head
1315d23aa4
docs: increase color contrast on elements in tutorial
...
This increases the color contrast of elements in the tutorial (parts 1-6)
in order to meet WCAG 2.0 AA standards.
2019-05-31 15:23:32 -07:00
Alex Rickabaugh
84dd2679a9
fix(core): require 'static' flag on queries in typings ( #30639 )
...
This commit makes the static flag on @ViewChild and @ContentChild required.
BREAKING CHANGE:
In Angular version 8, it's required that all @ViewChild and @ContentChild
queries have a 'static' flag specifying whether the query is 'static' or
'dynamic'. The compiler previously sorted queries automatically, but in
8.0 developers are required to explicitly specify which behavior is wanted.
This is a temporary requirement as part of a migration; see
https://angular.io/guide/static-query-migration for more details.
@ViewChildren and @ContentChildren queries are always dynamic, and so are
unaffected.
PR Close #30639
2019-05-24 16:55:00 -04:00
Brandon
c9f5f3d802
docs: add section to upgrade guide on lazy loading AngularJS ( #30541 )
...
PR Close #30541
2019-05-21 13:06:01 -07:00
Brandon
e1af6e3c70
docs: use dynamic import syntax in examples using lazy loading ( #30563 )
...
PR Close #30563
2019-05-21 09:09:35 -07:00
janith
c79bffaacb
docs: remove gender prefixes from examples ( #29972 )
...
PR Close #29972
2019-05-20 16:42:59 -07:00