Ward Bell
b2f4148472
chore(quickstart): restore app.module and main ( #3166 )
...
We seemed to create more confusion by omitting app.module (and main) in QS than we gained in simplicity of QS
Every other example requires these files.
This PR restores them to QS _but doesn't talk about them_ in QS, leaving _that_ to the Setup guide.
2017-02-06 18:35:49 -08:00
Filipe Silva
1101f07ef2
refactor: add src folder ( #3171 )
...
* boilerplate, gulpfile, quickstart
* move ts files up to cookbooks
* move rest of ts files
* fix tsconfig, default build task, json file
* fix js examples
* fix webpack example
* remove a2docs.css references
* fix aot examples
* fix webpack run task
* fix cb-i18n
* fix upgrade examples
* fix unit tests
* fix comment in deployment index
* removed unused typings.json
* fix plunkers
* fix js example paths
* fix ts quickstart/setup prose
* add src folder note to setup
* broadly replace app/ -> src/app/
* broadly replace main.ts
* broadly replaced index.html
* broadly replace tsconfig
* replace systemjs
* fix filetrees
* Minor prose fixes to aot, i18n cookbooks
* remove char harp was complaining about
* update new reactive forms example
* fix quickstart jade error
* fix mistakes uncovered by CI
* fix bad filename errors
* edit style guide 04-06 rule to use src
* add changelog
* Incorporate Jesus's feedback
* fix snippet headers in toh1/2
* chore: tweak changelog and setup text
2017-02-02 19:38:17 +01:00
Jurgen Van de Moere
f69ef4ac36
docs(ngmodule): fix typo ( #3050 )
2016-12-31 19:35:07 +01:00
Ward Bell
0bdda1d358
docs: convert AoT/JiT to approved spelling, AOT/JIT ( #2969 )
2016-12-13 21:17:51 -08:00
Ward Bell
ec2e6cb2c7
[WIP] docs(quickstart): QuickStart reboot ( #2762 )
2016-11-21 17:36:16 -08:00
Ward Bell
a7525721c0
Revert "[WIP] docs(quickstart): QuickStart reboot ( #2762 )"
...
This reverts commit 8ccc33e6ff
.
2016-11-21 17:29:00 -08:00
Ward Bell
8ccc33e6ff
[WIP] docs(quickstart): QuickStart reboot ( #2762 )
2016-11-21 17:13:21 -08:00
Brandon
ff118810ff
docs(router): Updated routing examples to use routing modules ( #2478 )
...
Simplified routing in tutorial example
Updated ngmodule guide and ngmodule faq with routing module prose
2016-10-05 14:59:09 -07:00
Filipe Silva
5bd269484a
fix(ngmodule): fix broken anchor ( #2373 )
2016-09-17 23:56:36 +02:00
Naomi Black
053ecc2b10
docs(aot): More consistency edits to aot/jit
2016-09-14 13:55:23 -07:00
Deborah Kurata
a52d8c3e76
docs(validation): Change to 'Table of Contents'
...
Same change to NgModules
closes #2315
2016-09-13 20:46:36 -07:00
Ward Bell
48a30534b3
docs(ngmodule): drop '_' in '_@NgModule' ( #2217 )
2016-08-31 18:15:53 -07:00
Kapunahele Wong
2ec07472ea
Guide & Features edits ( #2180 )
...
* Guide & Features edits
* PR updates & Architecture edits
* a couple we -> you updates
* architecture edits
* copy edits in arch., index, npm-packages
* few copy edits
* some chapter -> page changes
2016-08-29 08:37:39 -07:00
Ward Bell
e25a1111e0
docs(ngmodule): add plunker images ( #2209 )
2016-08-27 00:45:25 -07:00
Ward Bell
320920e1fd
docs(ngmodule): replace `export default` with explicit export ( #2206 )
...
Because AoT won't support `export default` for RC6.
2016-08-26 13:17:05 -07:00
Ward Bell
094f63aaf9
docs(ngmodule): improved NgModule summary description
...
closes #2203
2016-08-26 12:38:15 -07:00
Ward Bell
8e15829189
docs(ngmodule): fixes for defects discovered by John Papa ( #2197 )
...
includes splitting FAQs into its own cookbook.
2016-08-25 19:12:15 -07:00
Ward Bell
8bda4abe7f
docs(ngmodule): clarity: FormModule is not in imports array ( #2195 )
2016-08-25 11:06:28 -07:00
Jesús Rodríguez
5b8df3494a
chore: add embedded plunkers functionality ( #2194 )
2016-08-25 10:44:22 -07:00
Ward Bell
fc2815ff6d
docs(ngmodule): updates for clarity; breaks out CoreModule
2016-08-24 23:10:10 -07:00
Ferdinand Malcher
7972eccb8d
docs(ngModule): fixed typos
...
closes #2143
2016-08-18 23:47:05 -07:00
Daniel Kuczewski
fb585fae74
docs(ngmodule): replace "swapped" by "replace"
...
closes #2076
2016-08-17 17:53:07 -07:00
Trotyl Yu
917bf6f603
docs(ngmodule): Fix typo
...
closes #2103
Another two `@NgModel` typos.
2016-08-17 17:45:16 -07:00
Trotyl Yu
f13b4cc04f
docs(ngmodule): Fix typo
...
closes #2104
Remove redundant `by` word.
2016-08-17 17:43:17 -07:00
Trotyl Yu
51f13b51c9
docs(ngmodule): Fix typo of unneeded underscore
...
closes #2105
Change the underscore to space since it's normal English statement here.
2016-08-17 17:41:47 -07:00
Trotyl Yu
b3244ca496
docs(ngmodule): Fix typo of italic in backquote
...
closes #2106
The underscore would turn to real underscore character within backquote.
2016-08-17 17:40:45 -07:00
Trotyl Yu
b7e42e2d32
docs(ngmodule): Fix typo
...
closes #2073
2016-08-09 22:33:26 -07:00
Ward Bell
aef8aa94aa
docs(ngmodule): add chapter
2016-08-09 12:31:52 -07:00