68 Commits

Author SHA1 Message Date
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
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
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
Mike Brocchi
f26456f053 docs: Update Angular Material story to defer to the Material docs
Fixes #7286
2017-08-18 10:13:02 -07:00
Thomas Burleson
a95622738b docs: update flex-layout story 2017-08-07 10:03:42 -07: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
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
Christian Liebel
d5d0b07812 feat(@angular/cli): update standard library to es2017
ECMAScript 2017 was released at the end of June. Standard library support for ES 2017 is around in TypeScript for quite a while now. Even `typescript@~2.0.0` which is used by the Angular 2 template supports a subset of ES 2017. Hence, it seems reasonable to update to the latest standard library version.
2017-07-19 16:04:16 -04:00
Filipe Silva
e66c26ccd5 docs: add CI testing story 2017-07-19 11:01:15 -04:00
Hans Larsen
8c3aa67dd3 docs: remove CHANGELOG as its not useful anymore 2017-07-05 15:55:43 -07:00
Bram Borggreve
baf60dc83b docs: add story about configuring HMR 2017-06-28 14:43:40 +01:00
Justin Kurtz
cff95a732e docs(@angular/cli): add bypass proxy example 2017-06-27 16:08:14 +01:00
Stefan Steinhart
4008768f86 docs(@angular/cli): adds multiple entries how-to
If there is a need to define multiple entries or otherwise more complex configuration a js file can be used to configure the proxy. These changes document how to do so.
2017-06-15 13:23:28 -04:00
Johannes Hoppe
074d1c2c5f docs(@angular/cli): fix github pages path 2017-05-24 16:18:12 -04:00
Filipe Silva
1156befb93 docs: add linked library story (#6292)
Blocked on https://github.com/angular/angular-cli/pull/6276.
2017-05-17 19:24:42 -04:00
dave11mj
5cac1f0207 docs(@angular/cli): Updates global library instructions (#6339) 2017-05-17 19:23:46 -04:00
Filipe Silva
cf2352f8b0 docs: add global lib usage instructions (#6294)
See https://github.com/angular/angular-cli/issues/6033 for context.
2017-05-15 17:22:03 -04:00
Filipe Silva
a8325a552f docs(@angular/cli): add github pages deploy docs (#6326) 2017-05-15 17:20:54 -04:00
dave11mj
ebe190406c docs(@angular/cli): fixes wrong link on corporate proxy story (#6299) 2017-05-15 11:15:38 -04:00
Mattia
b1d0615709 docs: add font-awesome SASS integration
add SASS integration for font-awesome

Close #5456
2017-05-09 07:17:22 -07:00
Mark Goho
2876670e1b docs: add story about autoprefixer config
Those wishing to change which browsers are targeted for when css is prefixed can do so with a simple addition to their package.json file

Close #5975
2017-05-09 07:17:22 -07:00
Adrien Crivelli
5066c467df docs: fix material themes path in user stories 2017-05-04 20:17:49 +01:00
RPGillespie6
8d8c5de080 docs(@angular/cli): Update 1.0 upgrade guide (#5876)
Added a few extra details on how to remove residual versions of Angular CLI and reorganized upgrade steps.

Fixes #5842
2017-05-04 20:06:59 +01:00
Sumit Arora
e15a5ea97a docs: adding multiple apps story (#5737)
Fixes: #5726
2017-05-04 19:56:49 +01:00
Mark Pritchett
6a82799ce0 docs(@angular/cli): add application environments (#6068)
add instructions on how to setup application environments
2017-05-03 20:59:30 +01:00
Cory Rylan
b48aa002a1 docs: code coverage documentation
Close #5703
2017-03-29 11:06:21 +01:00
Olivier Combe
d7d4539c29 docs(@angular/cli): fixed link to xi18n commands in i18n story
Close #5660
2017-03-29 11:03:07 +01:00
cexbrayat
86722fd276 fix(@angular/cli): update e2e config in 1.0 update guide
Close #5635
2017-03-29 11:01:36 +01:00
Filipe Silva
3f0d699e4c docs: remove RC mentions in 1.0 guide
Close #5631
2017-03-29 10:59:45 +01:00
Filipe Silva
5c1593319e docs: add 1.0 upgrade guide
Fix #5484
2017-03-23 17:59:13 -07:00
Umair Sarfraz
500ca542a8 docs(@angular/cli): update onPrepare method in rc-update story
protractor.conf.js highlights to use two different styles of function decalaration in the rc-update docs. To make it consistent with the beforeLaunch function, update the onPrepare method to use the same function declaration style.

no breaking changes
2017-03-23 17:29:27 -07:00
Filipe Silva
8b7a6af9a7 docs: add module.id removal to moving doc
CLI projects don't need it, and soon Quickstart projects won't need it either so we might as well remove it.
2017-03-23 17:25:07 -07:00
Niklas
2a808e582a docs: removed outdated notice 2017-03-13 16:24:00 -07:00
Olivier Combe
6cb3a5fd15 docs(@angular/cli): add i18n commands and story 2017-03-13 16:23:11 -07:00
Filipe Silva
5b1668f9ba docs: add style include paths docs
This feature was introduce in #4003 but never documented.
2017-03-13 09:01:44 -07:00
Mike Brocchi
afbddfe348 docs(@angular/cli): document serving the app from disk
Closes #4290
Close #5308
2017-03-09 10:47:48 +00:00
Ricardo Varanda
e22aaa4b56 docs: fix material module import in user stories
Close #5140
2017-03-09 10:40:58 +00:00
Rob Mullins
e4683ce409 docs: correct rc migration guide
fix test runner dependency and other corrections

Closes #5039
Close #5041
2017-03-09 10:38:07 +00:00
Filipe Silva
1c2f361e8e fix(@angular/cli): fix TS2.1 typeroots (#5251)
TS-Node with TypeScript 2.1+ does not infer `typeRoots`, so we need to list them explicitely in the root tsconfig.

Issue for TS-Node: https://github.com/TypeStrong/ts-node/issues/283

Fix #5082
2017-03-07 14:08:18 +00:00
Ricardo Varanda
34c33b9be2 docs: fix flex module import in user stories 2017-03-03 10:48:16 -08:00
Cédric Exbrayat
ab9a369325 docs(@angular/cli): update rc update guide (#5200)
Make it still relevant for the current rc.1 release and future ones.
2017-03-03 14:50:08 +00:00
Filipe Silva
5df8a0d36a docs: add types array note to rc.0 upgrade (#5147) 2017-03-02 10:01:17 +00:00
Filipe Silva
87b2ad817c docs: add rc.0 update guide (#4934) 2017-02-25 08:39:20 -08:00
Filipe Silva
69e6c717fd feat(@angular/cli): use separate tsconfigs
This PR adds tsconfigs for each separate application:
- `src/tsconfig.app.json`: configuration for the Angular app.
- `src/tsconfig.spec.json`: configuration for the unit tests. Defaults to the Angular app config.
- `e2e/tsconfig.e2e.json`: configuration for the e2e tests.

There is an additional root-level `tsconfig.json` that is used for editor integration.

For Angular version 4 projects, these tsconfigs will use inheritance since it's available with TypeScript 2.1.

This is not a breaking change. Existing projects should not be affected.
2017-02-22 19:32:00 +00:00
CSoellinger
5bea0da3af docs: correct headline (#4729) 2017-02-15 20:35:46 -08:00
Mike Brocchi
809340a8f0 refactor(@angular/cli): rename config file from angular-cli.json to .angular-cli.json (#4681)
BREAKING CHANGE: The configuration file angular-cli.json has been renamed to .angular-cli.json
2017-02-15 23:14:18 -05:00