Charles Lyding
1dc9f866d4
feat(@angular/cli): shorten output filenames
2018-02-23 21:20:36 +00:00
Luke Chatton
fb1c2af810
fix typo in multi-app docs
2018-02-22 12:24:54 -08:00
Mike Brocchi
697ab8257b
docs: Add documenation for update command
2018-02-15 16:42:12 -05:00
GerbetMikhaël
9a593dd32c
docs(@angular/cli): up node version for ci tools
...
- Add node_js v 8 instead of v 6 for travis config
- Add node v 8 instead of v 6 for docker image in circleci config
2018-02-14 10:28:28 -05:00
Mike Brocchi
9c871b003a
feat(@angular/cli): Ability to specify budgets for your apps
...
Closes #7139
2018-01-18 11:34:29 -08:00
Aniruddha Das
265eb96c09
feat(@angular/cli): override suite in the protractor config
...
resolves: 807
Override suite in the protractor config.
Can send in multiple suite by comma seperated values (ng e2e --suite=suite1.ts, suite2.ts).
Issue link
github.com/angular/angular-cli/issues/807
github.com/angular/angular-cli/pull/3551
2018-01-03 11:09:26 +00:00
Thiago Almeida
5c60744127
fix(@angular/cli): fix old webpack's website links
2018-01-02 13:17:58 +00:00
stockmind
97e8687037
docs(@angular/cli): add little note to relaunch npm after proxy.config changes
2018-01-02 10:03:58 +00:00
CaerusKaru
54e5863078
docs: add addons to travis yml in CI story
...
Fixes #8840
2017-12-21 13:55:10 +00:00
Filipe Silva
a39fad3b7f
docs: document ES2015 support
2017-12-14 11:03:58 -08:00
David
7ef5648bef
docs(@angular/cli): fix inline link and code formatting
2017-12-01 15:27:46 -05:00
Ward Bell
a237113aae
docs: css-preprocessors wiki - inline styles must be in CSS.
...
Cannot write them in less, sass, or stylus
See issue #8472
2017-12-01 10:11:45 +00:00
Filipe Silva
4e7afcb3d6
docs(@angular/cli): add section on build command about build-optimizer and vendor-chunk
...
Fix #8586
2017-11-24 18:51:56 +00:00
Anthony Leveillee
38b117872a
docs: add sass brand variable for bootstrap 4
2017-11-24 16:57:11 +00:00
Yaroslav Admin
4774049e84
feat(@angular/cli): disable progress when running outside TTY
...
The default value is changed from `true` to `progress.stdout.isTTY`. It
still has lower priority than value specified by command line flag or in
the .angular-cli.json config.
Fixes #8148
2017-11-21 11:51:53 -08:00
Hans Larsen
64c600d1da
docs: update asset story for the new allowOutsideOutDir flag
2017-11-20 09:15:56 -08:00
Michał Gołębiowski-Owczarek
a5dde90d73
docs: fix the link to the Angular Universal Starter
...
The Angular Universal Starter repo is now CLI-only so it doesn't have the cli
directory any longer.
2017-11-20 09:15:22 -08:00
Shlang
98b4f421ab
docs: fix typos
2017-11-02 15:52:13 +00:00
Sarun Intaralawan
4d866b04e9
docs(@angular/cli): change base href in i18n docs
2017-11-02 15:51:40 +00:00
Fabian Wiles
f065a1ecc7
docs: remove output hashing from universal guide example
2017-11-02 15:50:29 +00:00
Kulshekhar Kabra
03f1717b98
docs: fix hmr typos
...
`hrm` -> `hmr`
2017-11-02 15:01:51 +00:00
Vikram Subramanian
40828aaef5
docs(universal): update the npm run targets to match the ones in universal-starter
2017-10-30 16:40:28 -07:00
Mark Pieszak
73014d98de
docs: universal
2017-10-29 12:39:57 -07:00
Fabian Wiles
c69e092d76
docs(@angular/cli): fix universal example webpack config
2017-10-27 09:40:13 -07:00
Olivier Combe
1abd7b0455
docs(@angular/cli): fixed typos
2017-10-26 09:49:29 +01:00
Filipe Silva
451f17cc04
fix(@angular/cli): strip decorators with Angular 5+ ( #8077 )
...
We feel build `--build-optimizer` is stable enough to not be experimental anymore.
This PR defaults `build-optimizer` when using Angular 5+ on a production build with `--aot`.
It can still be turned off with `--no-build-optimizer` (or `--build-optimizer=false`).
Fix #8050
2017-10-18 19:49:49 +01:00
Daniel Edwards
7f5529d8e0
docs(@angular/cli): Update documentation of ng e2e to note support of ng serve arguments
2017-10-17 11:33:49 +01:00
Daniel Edwards
af0c6e4187
docs(@angular/cli): Include base-href flag in e2e documentation
2017-10-17 11:33:49 +01:00
Adam Plumer
ff6e79fa9c
docs(@angular/cli): update proxy config story
...
- Fixes #7772
2017-10-11 15:21:25 -07:00
Mark Pieszak
6ecc60bf53
fix(universal): add ts-loader install
2017-10-11 11:55:18 -07:00
Mark Pieszak
eed13cf21d
docs: update documentation for universal ( #7803 )
2017-10-06 16:35:45 -07:00
Aditya Parab
3bbf175bab
fix(@angular/cli): do not run e2e task if build fails
...
when ng e2e --serve=true is run and the build is not successful e2e task
should not be run
previously the e2e task was run even if build was a failure which will
obviously result in failure of test cases
now if errors are detected in build the e2e task will not be run
update docs as well to reflect this behaviour
Closes #7567
2017-10-06 09:59:47 -07:00
Hans Larsen
aa02086d02
feat(@angular/cli): add a bundle dependencies flag
...
This flag allows people who know what theyre doing to bundle the
server build together with all dependencies. It should only be
used when the whole rendering process is part of the main.ts
or one of its dependencies.
Fixes #7903 .
2017-10-05 09:56:11 -07:00
Filipe Silva
66701ad7bc
docs: elaborate eject docs
2017-09-28 20:11:37 +01:00
Suguru Inatomi
7d29450b3e
docs: fix wrong shorthand of --named-chunks
2017-09-22 08:17:05 -04:00
Cotton Hou
4cd714dbcc
docs(@angular/cli): alias (-pc) for proxy-config
2017-09-06 19:27:12 +01:00
Aditya Parab
7b8e0fa522
docs(@angular/cli): update story for global lib to show correct bootstrap4
...
configuration
- update bootstrap4 url to point to correct page
- remove tether import in .angular-cli.json
- add umd version popper.js import in .angular-cli.json instead of tether
Closes #7584
2017-09-05 11:17:25 +01:00
Filipe Silva
b813810f49
docs: update build-optimizer command ( #7276 )
...
Followup to https://github.com/angular/angular-cli/pull/7231
2017-08-22 15:13:57 -07:00
Olivier Combe
e746369ca4
feat(@angular/cli): add AOT parameter missingTranslation
...
This adds the new parameter `missingTranslation` for AoT that was added in angular/angular/pull/15987 and that lets you define the MissingTranslationStrategy
2017-08-18 12:15:55 -07:00
Jim Cullison
74eb05945b
docs(@angular/cli): Update serve.md to include proxy-config option
...
Add --proxy-config and link to detailed documentation.
2017-08-18 10:18:13 -07:00
Mike Brocchi
f26456f053
docs: Update Angular Material story to defer to the Material docs
...
Fixes #7286
2017-08-18 10:13:02 -07:00
KevinYang
0cada6bd00
docs: update test config command
2017-08-17 11:59:29 -07:00
Mike Brocchi
128187e4c1
feat(@angular/cli): Update generate & new to use schematics
...
This feature is related to #6593
2017-08-16 18:24:43 -04:00
Thomas Burleson
a95622738b
docs: update flex-layout story
2017-08-07 10:03:42 -07:00
Josh Iverson
c6bba521ab
docs: add NamedChunks to dev/prod defaults table
2017-08-03 18:06:28 +01:00
Josh Iverson
31c810a07e
docs: fix material install
2017-08-03 18:03:43 +01:00
Justin Grayston
e6844b708b
docs: fix universal dep save flag
...
Closes #7211
2017-08-02 11:47:43 +01:00
yokots
35c10dfdb1
docs: apps[0].lintFix => defaults.lintFix
2017-07-31 14:51:27 +01:00
Kristofer Karlsson
0cc86374d5
docs: Fixed typo in universal story
2017-07-31 13:55:40 +01:00
Filipe Silva
2a526914f0
docs: add universal rendering
...
Add doc file for https://github.com/angular/angular-cli/wiki/stories-universal-rendering
/cc @alxhub
2017-07-25 20:51:07 +01:00