Peter Bacon Darwin
88c46feb20
refactor(aio): move SearchResultsComponent into shared module ( #19682 )
...
This will allow it to be used by an embedded component.
PR Close #19682
2017-10-13 09:18:42 -07:00
Peter Bacon Darwin
c3f07b329f
feat(aio): allow SearchService to have multiple clients ( #19682 )
...
PR Close #19682
2017-10-13 09:18:41 -07:00
Peter Bacon Darwin
6121083ba5
test(aio): tidy up e2e tests that used invalid URLs ( #19682 )
...
PR Close #19682
2017-10-13 09:18:41 -07:00
Peter Bacon Darwin
717c68089d
build(aio): remove unused imports and local variables ( #19682 )
...
PR Close #19682
2017-10-13 09:18:41 -07:00
Peter Bacon Darwin
09b4244baf
fix(aio): upgrade rxjs dependency to work with TS 2.4 ( #19682 )
...
PR Close #19682
2017-10-13 09:18:41 -07:00
Peter Bacon Darwin
055b802713
docs(aio): improve the Angular Connect homepage banner ( #19684 )
...
The original logo was too small.
The conference is over two days.
PR Close #19684
2017-10-12 09:31:38 -07:00
Michael Prentice
41fec319c8
docs(aio): change Material 2 to Material ( #19663 )
...
it is just called Angular Material now
PR Close #19663
2017-10-11 16:46:49 -07:00
Jules Kremer
3acf9c7063
docs(aio): update banner ad ( #19669 )
...
PR Close #19669
2017-10-11 13:14:59 -07:00
Peter Bacon Darwin
afa2bb246b
build(aio): freeze lockfile when setting up examples ( #19616 )
...
PR Close #19616
2017-10-11 11:52:35 -07:00
Peter Bacon Darwin
dc038113a5
build(aio): freeze yarn lockfile for aio-builds-setup scripts ( #19616 )
...
PR Close #19616
2017-10-11 11:52:35 -07:00
Peter Bacon Darwin
ad7e781a18
build(aio): freeze lockfile when installing example dependencies ( #19616 )
...
PR Close #19616
2017-10-11 11:52:35 -07:00
Peter Bacon Darwin
dbe6cdad7e
build(aio): improve accessor rendering ( #19637 )
...
Includes an update to `dgeni-packages@0.22.0` which provides more info
about accessors if required.
PR Close #19637
2017-10-11 11:51:42 -07:00
Peter Bacon Darwin
8b571309ed
build(aio): append information about links in and out of docs ( #19583 )
...
Closes #19560
PR Close #19583
2017-10-10 17:06:51 -07:00
Jesus Rodriguez
dfa0973563
docs(aio): update animations for CLI ( #19551 )
...
PR Close #19551
2017-10-10 13:47:35 -07:00
George Kalpakas
32ca6851af
build(aio): do not fail on first `yarn setup` ( #19603 )
...
PR Close #19603
2017-10-09 14:47:12 -07:00
Peter Bacon Darwin
cff8c05442
build(aio): ensure yarn lockfile has correct dgeni-packages version ( #19617 )
...
PR Close #19617
2017-10-09 14:46:18 -07:00
Ward Bell
0ea5f8b5ed
docs: add universal guide with production client app - with JK’s edits ( #18707 )
...
PR Close #18707
2017-10-09 14:46:04 -07:00
Ward Bell
555b1cdf29
docs: add universal guide with production client app ( #18707 )
...
Revises both universal and client build to use AOT and webpack for both.
Guide text adjusted accordingly
Dodges CLI client build, expected in near future.
PR Close #18707
2017-10-09 14:46:04 -07:00
Ward Bell
0b0d25fa33
docs: add universal guide ( #18707 )
...
- based on original effort in PR 17573
PR Close #18707
2017-10-09 14:46:04 -07:00
Peter Bacon Darwin
963a4d0dc8
build(aio): sort API list alphabetically ( #19566 )
...
Closes #19559
PR Close #19566
2017-10-09 14:42:52 -07:00
Peter Bacon Darwin
03227e65cf
build(aio): example-boilerplate is no longer responsible for yarn install ( #19511 )
...
The tooling for boilerplate was also running `yarn install` on the examples'
shared folder. But since this is handled by `ng-packages-installer` this
commit refactors the tools so that the boilerplate no longer does this
anymore.
PR Close #19511
2017-10-06 11:56:41 -07:00
Peter Bacon Darwin
ca7f2f8c8f
docs(aio): fix aot-compiler example to work with Angular v5 ( #19511 )
...
PR Close #19511
2017-10-06 11:56:41 -07:00
Peter Bacon Darwin
340d94afb9
build(aio): ignore @angular/mobile-toolkit in dist builds ( #19511 )
...
The new v5 version of this toolkit is too incompatible for us to run
AIO against both versions. So for now we will ignore this libary when
running against local Angular distributions and continue to use the
version on npm.
PR Close #19511
2017-10-06 11:56:41 -07:00
Peter Bacon Darwin
9ef8d8b85a
build(aio): support ignoring dist packages in "local" mode ( #19511 )
...
PR Close #19511
2017-10-06 11:56:41 -07:00
Peter Bacon Darwin
ab8ee4d0d9
build(aio): provide cleaner scripts for local build switching ( #19511 )
...
PR Close #19511
2017-10-06 11:56:41 -07:00
Peter Bacon Darwin
d1a00459a8
ci(aio): use custom package.json to run with local distributables ( #19511 )
...
Closes #19388
PR Close #19511
2017-10-06 11:56:41 -07:00
Peter Bacon Darwin
9fe6363575
docs(aio): fix aot-compiler example to work with Angular v5 ( #19511 )
...
PR Close #19511
2017-10-06 11:56:41 -07:00
Peter Bacon Darwin
142a2b7341
build(aio): ensure webdriver is updated when switching between local and npm deps ( #19511 )
...
PR Close #19511
2017-10-06 11:56:41 -07:00
Peter Bacon Darwin
6586265a0c
docs(aio): fix pipes example e2e spec to work with Angular v4 ( #19511 )
...
There was a breaking change between 4 and 5 for i18n formatting of dates.
PR Close #19511
2017-10-06 11:56:41 -07:00
Peter Bacon Darwin
d3fd088162
docs(aio): fix animations example to work with Angular v5 ( #19511 )
...
PR Close #19511
2017-10-06 11:56:40 -07:00
Peter Bacon Darwin
4b3f82a47e
build(aio): upgrade `ts-node` to support newer TypeScript config ( #19511 )
...
This was causing `Cannot find type definition file for 'jasmine'. (2688)`
errors when running Protractor.
PR Close #19511
2017-10-06 11:56:40 -07:00
Peter Bacon Darwin
1279d75f7f
fix(aio): fix SearchService to work with TypeScript 2.4 ( #19511 )
...
The call to `race` required a type parameter to disambiguate the return type.
PR Close #19511
2017-10-06 11:56:40 -07:00
Daniel Karp
c80e02b881
docs(aio): document Custom Async validators
...
docs(aio): Custom Async validators edits
incorporating suggestions from kapunahelewong
2017-10-04 15:07:46 -07:00
George Kalpakas
9ae3742565
docs(aio): fix typo in preview server config file comment
2017-10-04 12:40:28 -07:00
Trotyl Yu
0f432994b8
docs(aio): document the special treatment of undefined
2017-10-04 12:40:12 -07:00
Kapunahele Wong
d4d9009696
docs(aio): fix broken link in toh-pt5
2017-10-04 12:39:41 -07:00
Adrien Crivelli
e3a4ecef35
docs(aio): Fix incorrect wording
2017-10-03 08:15:45 -07:00
Peter Bacon Darwin
9783c92935
build(aio): fix various API rendering issues
...
Upgrading to dgeni-packages 0.21.4 gives us
access to more properties on the API docs, which
allows us to fix the following issues:
Closes #19450
Closes #19452
Closes #19456
2017-10-03 08:15:02 -07:00
Maxim Salnikov
7cecaf2a4f
docs(aio): add ngVikings to the events page
2017-10-03 08:07:53 -07:00
George Kalpakas
f7199aa8c8
build(aio): remove `--` from more yarn commands ( #19421 )
2017-09-28 09:29:04 -07:00
George Kalpakas
0e00265647
build(aio): disable cache when building a new docker image for the preview server ( #19391 )
2017-09-28 09:28:54 -07:00
Kapunahele Wong
334caf8e7c
docs(aio): add copy about NgForOf ( #18686 )
2017-09-27 15:25:41 -07:00
Kapunahele Wong
8d8995f1ab
docs(aio): edit summary and next step headers ( #16962 )
2017-09-27 13:45:47 -07:00
Kapunahele Wong
48c6ece2be
docs(aio): remove links to top of documents ( #16971 )
2017-09-27 13:45:25 -07:00
Kapunahele Wong
f7c7038171
docs(aio): update metadata documentation to include expression lowering ( #19203 )
2017-09-27 13:43:19 -07:00
George Kalpakas
2e1fec17f5
ci(aio): temporarily disable aot-compiler example e2e tests ( #19410 )
2017-09-26 10:21:43 -07:00
George Kalpakas
3f100eb23a
build(aio): fix the build script ( #19390 )
...
`ng build ...` must be the last command on the corresponding yarn script,
because it needs to be passed extra arguments (such as the target environment)
in specific cases.
2017-09-25 16:22:27 -07:00
George Kalpakas
ffceae0a01
refactor(aio): remove unnecessary `--` from yarn commands
2017-09-25 14:37:13 -07:00
Georgios Kalpakas
7a965dc58f
build(aio): add support for using the locally built Angular packages for aio
...
This commit allows building angular.io against the locally built Angular
packages. It adds two new npm scripts:
- `setup-local`: Same as `setup`, but overwrites the Angular packages for both
angular.io and the examples boilerplate with the locally built ones.
- `build-local`: Same as `build`, but uses `setup-local` instead of `setup`
under the hood, thus overwriting installed Angular packages with locally built
ones.
Fixes #18611
2017-09-25 14:37:12 -07:00
George Kalpakas
68078fd620
build(aio): run the upload server as a non-previleged user
...
closes #19352
Previously, the upload server (for PR previews) was run as root and
"downleveled" to a non-privileged user from inside the node script.
Now, with the latest version of `pm2` (which is used to run the upload server
scripts), we can get rid of that workaround and set the desired UID directly
through `pm2`.
2017-09-25 12:01:42 -07:00
George Kalpakas
620407720c
build(aio): upgrade all preview server dependencies
2017-09-25 12:01:22 -07:00
Pete Bacon Darwin
adb0b761f1
build(aio): add metadata aliases for directives, components and pipes ( #19317 )
...
This change will enable people to link to the API docs via their selectors
or names, as used in a template.
Since the selectors can be quite complex we are not able to get 100%
accuracy.
Closes #16787
2017-09-25 12:00:05 -07:00
Pete Bacon Darwin
97e02c2fa0
build(aio): render class/interface "descendants" in API docs ( #19343 )
...
For classes, the tree of subclasses is rendered, recursively.
For interfaces, the descendants are separated into child interfaces, which
extend the interface, and classes, which implement the interface.
Closes #19306
2017-09-25 11:59:44 -07:00
Pete Bacon Darwin
4ae546be1f
build(aio): ensure decorators with shared interface types are found ( #19361 )
...
Closes #19358
2017-09-25 11:59:21 -07:00
Jesus Rodriguez
9bbf009dff
build(aio): change examples to CLI ( #19248 )
...
PR Close #19248
2017-09-21 17:05:54 -07:00
Chuck Jazdzewski
f96142cd7c
build: remove references to `tsc-wrapped` ( #19298 )
...
With this commit `ngc` is used instead of `tsc-wrapped` for
collecting metadata and tsickle rewriting and `tsc-wrapped`
is removed from the repository.
`@angular/tsc-wrapped@5` is now deprecated and is no longer
used, updated, or maintained as part as of Angular 5.x.x.
`@angular/tsc-wrapped@4` is still maintained and required by
Angular 4.x.x and will be maintained as long as 4.x.x is in
LTS.
PR Close #19298
2017-09-21 13:55:52 -07:00
Peter Bacon Darwin
4c73b52d5c
docs(aio): tidy up tooling documentation ( #18151 )
...
PR Close #18151
2017-09-21 10:00:37 -07:00
Jesus Rodriguez
48cd503d4a
docs(aio): applying some feedback ( #18151 )
...
PR Close #18151
2017-09-21 10:00:37 -07:00
Jesus Rodriguez
ba20e3bed0
docs(aio): add zipper documentation ( #18151 )
...
PR Close #18151
2017-09-21 10:00:36 -07:00
Jesus Rodriguez
6f7aa466ae
docs(aio): complete the plunker-builder docs ( #18151 )
...
PR Close #18151
2017-09-21 10:00:36 -07:00
Jesus Rodriguez
e6c612f5cd
docs(aio): add boilerplate readme ( #18151 )
...
PR Close #18151
2017-09-21 10:00:36 -07:00
Peter Bacon Darwin
4530654501
docs(aio): high-level documentation of the `transforms` folder ( #18151 )
...
PR Close #18151
2017-09-21 10:00:36 -07:00
Peter Bacon Darwin
28a80e6e05
docs(aio): high-level documentation of AIO tooling ( #18151 )
...
PR Close #18151
2017-09-21 10:00:36 -07:00
Peter Bacon Darwin
381e680758
build(aio): improve error message for ignored example files ( #19265 )
...
Addresses https://github.com/angular/angular/pull/18707#issuecomment-330396771
PR Close #19265
2017-09-20 12:36:14 -07:00
Peter Bacon Darwin
988b9f8378
build(aio): remove commented out code ( #19265 )
...
PR Close #19265
2017-09-20 12:36:14 -07:00
Ward Bell
a5ee653da0
docs: update README and author guide about doc build errors ( #19276 )
...
- tells reader about `yarn serve-and-sync`.
- directs reader to look to docs-style-guide if get doc build error.
- update docs-style-guide to warn about ignored code files.
PR Close #19276
2017-09-20 12:35:31 -07:00
Ward Bell
5751865228
docs: animations - replace iterator with simple code style ( #18965 )
...
Replaces iterator facade over the HeroService because webpack threw up.
Also this was an obscure distraction for readers with no obvious benefits.
PR Close #18965
2017-09-19 17:03:09 -07:00
Igor Minar
9d2236a4b5
ci: update yarn to 1.0.2 ( #19270 )
...
PR Close #19270
2017-09-19 16:08:04 -07:00
Peter Bacon Darwin
9ab9437319
build(aio): auto-link more code items
...
We now parse all code blocks, after they have been rendered by dgeni
and insert links to API docs that match "words" in the code.
2017-09-12 13:58:43 -04:00
Aravind
867ab11def
docs(aio): fix typo
2017-09-12 13:57:44 -04:00
Peter Bacon Darwin
5cd0d6ab25
fix(aio): relax search on titles further
...
This change will now match `ControlValueAccessor` for the query `accessor`.
Closes #18872
2017-09-12 13:56:49 -04:00
Peter Bacon Darwin
a2b50ec8c9
build(aio): do not render annotations block for directives
2017-09-12 13:56:21 -04:00
Peter Bacon Darwin
77d24afea3
build(aio): improve rendering of directive selectors
2017-09-12 13:55:54 -04:00
Peter Bacon Darwin
39386eadea
build(aio): do not render comments in decorators
...
Closes #18873
2017-09-12 13:52:02 -04:00
Ward Bell
112e777b90
build(aio): update karma & systemjs config for HttpClient
...
While adding the references to the `HttpClient` packages it also crucially
adds ref to new “tslib” library required by `HttpClient`.
2017-09-08 19:31:15 -04:00
Ward Bell
a176cd646c
build(aio): update package.json for angular-in-mem-web-api 0.4.0
2017-09-08 17:05:57 -04:00
Peter Bacon Darwin
bd928f3dcc
build(aio): render metadata members from decorator ancestors
2017-09-08 17:04:36 -04:00
Peter Bacon Darwin
e78402dd4c
build(aio): render ancestor members in directives
...
See `CheckBoxRequiredValidator` for an example.
2017-09-08 17:04:28 -04:00
Peter Bacon Darwin
4a0466e574
feat(aio): include more API results in search
...
By adding a more relaxed search on the title
of docs, we are more likely to catch API docs.
The additional search terms match anything
with a word in the title that starts with the
characters of the first term in the search.
E.g. if the search is "ngCont guide" then
search for "ngCont guide titleWords:ngCont*"
2017-09-08 13:21:21 -04:00
Peter Bacon Darwin
917d0870e8
build(aio): don't show constructor detail if there is none
2017-09-08 13:21:16 -04:00
Sarun Intaralawan
290b0b48a9
docs(aio): change Stack Overflow link
2017-09-08 13:21:11 -04:00
bmarkov
865b48d78b
docs(aio): Updated jqwidgets resource desc and url
...
Updated the description and url of the jqwidgets item in the resources page
2017-09-07 14:21:52 -04:00
Pete Bacon Darwin
3c480e4e63
build(aio): support rendering of constructor overloads in API docs ( #19042 )
...
Closes #18258
2017-09-06 10:14:02 -07:00
George Kalpakas
29762f1b6a
test(aio): fix docs example e2e test ( #19070 )
...
Remove an assertion that is no longer true. This was supposed to be removed in #18998 ,
but was somehow dropped from 66a5dab85
(probably due to a bad rebase).
(Travis has been failing due to this since
https://travis-ci.org/angular/angular/jobs/272321759 .)
2017-09-06 09:10:33 -07:00
Sam Blowes
1a9d382da9
fix(aio): align footer background image repeat ( #19035 )
...
Refs #17465
PR Close #19035
2017-09-05 15:34:35 -05:00
Peter Bacon Darwin
6ac75a0674
docs(aio): add changelog, as hidden, to navigation ( #19028 )
...
This ensures that the changelog page is formatted correctly.
Closes #17604
PR Close #19028
2017-09-05 15:34:13 -05:00
nirkaufman
ab838920a1
docs(aio): add Nir Kaufman to GDE resources ( #19012 )
...
PR Close #19012
2017-09-05 15:34:06 -05:00
Jules Kremer
7d8036a2e3
docs(aio): updating about page for team changes ( #19003 )
...
PR Close #19003
2017-09-05 15:33:34 -05:00
Olivier Combe
66a5dab85a
feat(compiler): deprecate i18n comments in favor of `ng-container` ( #18998 )
...
PR Close #18998
2017-09-05 15:33:29 -05:00
Peter Bacon Darwin
35bc1eb218
build(aio): render the `extends` ancestors of classes in API docs ( #18927 )
...
PR Close #18927
2017-09-05 15:33:10 -05:00
Peter Bacon Darwin
dc7de0896c
build(aio): ensure dgeni can load all angular Typescript modules ( #18927 )
...
PR Close #18927
2017-09-05 15:33:10 -05:00
Nosov Konstantin
5d70c6e34f
docs(aio): add new lib to Data Libraries ( #18656 )
...
add AngularCommerse, set of components to build e-commerce solutions with Angular + Firebase
PR Close #18656
2017-09-05 15:32:56 -05:00
Brandon Roberts
53be85a7fb
docs(aio): Updated usage of Observables in router guide. Added section for advanced redirects ( #18197 )
...
PR Close #18197
2017-09-05 15:32:49 -05:00
Yuan Gao
77a8492405
fix(aio): Fix deploy to firebase script: should use < for string operations ( #19005 )
...
PR Close #19005
2017-09-01 16:30:31 -05:00
Olivier Combe
3c4eef8a86
refactor(core): remove deprecated `OpaqueToken` ( #18971 )
...
BREAKING CHANGE: `OpaqueToken` has been removed as it was deprecated since v4. Use `InjectionToken` instead.
PR Close #18971
2017-09-01 16:29:47 -05:00
Olivier Combe
56238fe94e
feat(compiler): set `enableLegacyTemplate` to false by default ( #18756 )
...
BREAKING CHANGE: the compiler option `enableLegacyTemplate` is now disabled by default as the `<template>` element has been deprecated since v4. Use `<ng-template>` instead. The option `enableLegacyTemplate` and the `<template>` element will both be removed in Angular v6.
PR Close #18756
2017-08-31 18:38:34 -07:00
Victor Berchet
535c7bb60c
refactor: generate i18n files in common/locales ( #18907 )
...
PR Close #18907
2017-08-29 11:26:10 -05:00
Austin McDaniel
c1a4621c8f
docs(aio): add amcdnl to bio ( #18850 )
...
PR Close #18850
2017-08-28 18:46:26 -05:00
Yuan Gao
92dbaf397b
ci(aio): Fix deploy to firebase scripts. ( #18910 )
...
PR Close #18910
2017-08-28 14:53:11 -05:00
Misko Hevery
3d2ee6c3fe
build: fix build; missing firebase-tools
2017-08-25 08:17:13 -07:00