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
Alan Agius
4a4cfb0fa5
docs: add links to aio pages
2018-10-18 14:08:09 -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
Maxime Robert
85630995ed
fix(@angular/cli): support codeFrame format with ng lint
2018-05-21 10:31:05 +01:00
Charles Lyding
0344563355
docs: add anonymous options and schematics list
2018-05-10 10:21:41 -07:00
Charles Lyding
b3e966e43f
docs: update wiki command options
2018-04-30 15:03:12 -07:00
Sumit Arora
1fa5f2ddf7
docs: fixing lint documentation ( #5633 )
...
Fixes #5632
Fixes #5713
2017-03-31 16:59:33 -07:00
Sumit Arora
bab9a56551
fix(@angular/cli): fixing lint error issue added flag --type-check
2017-03-23 17:55:41 -07:00
Mike Brocchi
226ade7476
docs: update the lint command docs
2017-03-23 17:25:30 -07:00
Sumit Arora
8c3a7b86dc
docs(@angular/cli): Adding more details to documentation ( #4960 )
2017-03-06 18:47:11 +00:00
Stephen Cavaliere
0664beb76d
refactor(lint): use tslint api for linting ( #4248 )
...
Closes #867 , #3993
BREAKING CHANGE:
In order to use the updated `ng lint` command, the following section will have to be added to the project's `angular-cli.json` at the root level of the json object.
```json
"lint": [
{
"files": "src/**/*.ts",
"project": "src/tsconfig.json"
},
{
"files": "e2e/**/*.ts",
"project": "e2e/tsconfig.json"
}
],
```
Alternatively, you can run `ng update`.
2017-01-28 17:34:53 +00:00
Mike Brocchi
092e673153
docs: move documentation from readme to docs
...
Close #4190
2017-01-24 16:30:28 +00:00