Alex Eagle
ec731f0454
docs: don't reference next.angular.io
...
When we cut a release, this moves to angular.io.
Use v8.angular.io in places where angular.io is currently a 404.
Fixes https://github.com/angular/angular/issues/30407
2019-05-21 09:08:40 -04:00
Judy Bogart
8647631a9e
docs: update support statement for hmr
2019-04-04 19:48:12 -07:00
Hans Larsen
2ffbdfa86a
build: add a validation script for the analytics.md tables
...
Also added enums to update when changing dimensions.
2019-03-28 13:28:41 -07:00
Keen Yee Liau
5393616209
docs: Explain Yarn workspaces vs Bazel
...
Add developer doc to explain how contributors and developers on the team should
treat the `package.json` file now that `angular-cli` in a mixed mode of
yarn workspaces and Bazel.
2019-03-26 17:03:14 -07:00
Hans Larsen
2e9dc3d252
docs: add analytics dimensions for schematics flags and internal doc
...
The analytics.md should be kept up to date with the flags.
2019-03-20 15:08:07 -07:00
Hans Larsen
08e91a94ab
build: refactor QoL on monorepo.json
...
This should make it easier to manage and diff. This takes 2 things into account:
1. we have either stable or experimental versions and each are kept in monorepo.
2. we dont keep hash and update only changed packages.
This commit also removed the hash to make sure this does not happen.
2019-03-13 13:51:01 -07:00
Hans
8b10768110
docs: Update release process for microsite
2019-02-26 11:00:34 -08:00
Minko Gechev
d07cbe2395
docs: update release process
2019-01-24 11:50:41 -08:00
Alan
068bb4001d
docs: add deprecation and pr note
...
Docs are deprecated in favor of the the new pages in AIO which are WIP.
2019-01-09 09:14:13 -08:00
Deddy Kosasih
886b5c365e
docs: add documentation for using font awesome and scss
...
fixes #10861
2019-01-08 13:36:05 -08:00
Alan Agius
0649f37ea3
docs: remove autocomplete link
...
Autocomplete is not longer available in version 6/7
2018-12-26 12:33:52 -08:00
Bart Duisters
0b7dd0e9c0
docs: typo 'they changes' -> 'the changes'
2018-12-21 13:26:24 -08:00
Pascal Honegger
63a9bd464f
docs: remove space for webpack-bundle-analyzer url
2018-12-10 13:41:12 -08:00
Krishna Mohan
5979f6eaf1
docs: fix config name in update ( #13039 )
...
Fixes #13028
2018-11-30 12:02:38 -08:00
Majid Hajian
99c0178658
docs: production build configuration for app-shell
...
ng run <Project>:app-shell will not trigger production build, to trigger production build, we should explicitly pass it as an argument.
2018-10-31 21:07:25 -07:00
Hans
a6f80e4fe7
Various QoL with TSLint and Docs ( #12655 )
...
* docs: add README files to all root folders
Except benchmark and tools.
* refactor: move rules/ directory to etc/
And fix a linting error that was found while updating tslint usage
* ci: lint errors out if TSLint shows a warning
This is not a warning from the code itself, but from TSLint. For example,
if a rule was missing, TSLint will just ignore the rule, show something on
STDOUT and not fail.
This fixes CI where local rules were missing for unknown reasons. It will
now fail CI when that happens, which is the correct behaviour.
2018-10-23 11:59:16 -07:00
Alan Agius
6aff217e88
docs: update universal rendering story
...
Closes : #9202
2018-10-23 11:53:13 -07:00
Noël Macé
9c5058e95c
Docs: fix budgets story ( #12585 )
...
* docs: fix typo in budgets story
* docs: add example in budgets story
2018-10-23 11:51:14 -07:00
Alan Agius
4a4cfb0fa5
docs: add links to aio pages
2018-10-18 14:08:09 -07:00
Charles Lyding
fb4e818782
docs: initial schematic prompts documentation
2018-09-25 17:01:38 -04:00
Marcos Junior
9af7876d17
docs: example command to generate library ( #12334 )
2018-09-21 12:27:55 -07:00
Adam J. Penn
72032f8a0b
docs(@angular/cli): Added alias section to each doc for the generate commands ( #12253 )
2018-09-20 14:42:48 -07:00
Alan Agius
0efd002d0d
docs: remove --prod
as it's no longer needed
...
Closes #12290
2018-09-18 11:35:09 -07:00
Alan Agius
6133eb23d3
docs: fix asset input path
...
Closes #12219
2018-09-12 15:44:47 -07:00
Alex Eagle
5feb1faa37
Update release.md
...
add note about `latest-versions.ts`
2018-09-06 14:20:53 -07:00
Jan Kuri
6afa6a31bb
docs: update proxy.md with correct path
2018-09-06 10:55:08 -07:00
Alan Agius
01beb520bc
feat(@angular-devkit/build-angular): add ignore
option to assets
object
...
You can now provide an array of globs to `ignore` from copying
Closes #11850
2018-09-06 08:36:16 -07:00
Alan Agius
bdebc9e0cb
feat(@angular-devkit/build-angular): add ignore
option to assets
object
...
You can now provide an array of globs to `ignore` from copying
Closes #11850
2018-09-06 08:36:16 -07:00
Dmitry Teplov
8b7fa047d7
docs: fix generate library skip-install desc ( #11998 )
2018-08-27 18:12:30 -07:00
Alex Eagle
02bfde50d6
docs: add install instructions to pull a snapshot build ( #11988 )
...
Would like to point users here when they ask why their bug was closed but the problem is still visible in `@latest`
2018-08-27 10:28:21 -07:00
Alex Eagle
53684fe36a
docs: add some missing release bits ( #11921 )
2018-08-16 14:08:02 -07:00
Alan Agius
9107f3cc4e
docs: update optimization
description ( #11862 )
...
At the moment, the definition might suggest that `optimization` takes some values other than `true` and `false`
Close : #11856
2018-08-15 15:58:22 -07:00
Fredrik Lundin
f63a228f34
docs: fix typo "jsob" to "json"
2018-08-14 07:06:26 -07:00
Alan Agius
c35b44ca4d
feat(@schematics/angular): add skipInstall
option to library
schematic
...
Closes : #11343
2018-08-04 12:46:55 +01:00
Alan Agius
02f87cf2a5
docs: update universal story
2018-08-04 12:46:21 +01:00
Alan Agius
764591cfb0
fix(@angular-devkit/build-angular): --vendor-source-map
doesn't work on ng serve
...
Closes #11715
2018-08-02 08:55:53 -04:00
Alan Agius
9825f73d1d
docs: update create library docs and include watch
2018-07-30 06:41:28 -07:00
jsshandle
524807d6cf
docs(@angular/cli): resolve HTTP 301 redirects
2018-07-23 13:33:15 +01:00
Mike Brocchi
4106a89de1
docs: Add app shell story.
2018-07-19 10:50:41 +01:00
Charles Suttie
7c00838f19
docs: update ci story
...
update the CircleCi and Travis configurations
update ng test and ng e2e command flags for version 6
use headless chrome instead of chrome
add guidance on ChromeDriver
closes #10677
2018-07-14 22:04:44 -07:00
Alan Agius
1809438e30
docs: update commands in ci
...
Closes : #11379
2018-07-06 08:51:20 -04:00
Alan Agius
bb21592b01
docs: add reference to vendor-source-map
flag
2018-06-21 08:35:27 -04:00
Ferdinand Malcher
1f00a36c43
docs: Add command for angular-cli-ghpages and change repo URL
...
We moved the repo from angular-buch to angular-schule
2018-06-13 18:50:26 +01:00
Brenden
ff2bd3e7ea
docs: update hmr documentation
...
Update documentation for the hmr story to show proper configurations
in angular.json and src/tsconfig.app.json.
Closes #11028 , #10668 , #10663
2018-06-12 16:49:35 +01:00
Hans
aa3834d20f
docs: add release process documentation
2018-06-08 14:19:51 -07:00
Hans
7924e0a455
docs: re-add angular/cli docs which were deleted when syncing devkit
2018-06-08 07:24:02 -07:00
Hans Larsen
44086c60ff
build: move devkit repo back to angular-cli
2018-06-05 18:50:06 -07:00
Huda Syed
7130847e19
docs: updated proxyConfig property folder path
...
package.json and proxy.conf.json are now located in the root folder and not the src folder.
2018-05-25 10:46:27 -04:00
Maxime Robert
85630995ed
fix(@angular/cli): support codeFrame format with ng lint
2018-05-21 10:31:05 +01:00
Bram Borggreve
77610d5df5
docs: fix links to https://webpack.github.io/analyse
2018-05-16 18:08:28 -04:00