You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: public/docs/ts/latest/guide/change-log.jade
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ block includes
16
16
Revised samples are more clear and cover all topics discussed.
17
17
18
18
## NEW: Samples re-structured with `src/` folder (2017-02-02)
19
-
All documentation samples have been realigned with the default folder structure of the angular-cli.
20
-
That's a step along the road to basing our sample in the angular-cli.
19
+
All documentation samples have been realigned with the default folder structure of the Angular CLI.
20
+
That's a step along the road to basing the sample in the Angular CLI.
21
21
But it's also good in its own right.
22
22
It helps clearly separate app code from setup and configuration files.
23
23
24
-
We've updated all samples with an `src/` folder at the project root.
24
+
All samples now have a `src/` folder at the project root.
25
25
The former `app/` folder moves under `src/`.
26
26
Read about moving your existing project to this structure in
27
27
<a href="https://github.com/angular/quickstart#updating-to-a-newer-version-of-the-quickstart-repo" target="_blank" target="Migrating samples/quickstart app to the src folder">
@@ -47,24 +47,24 @@ block includes
47
47
It includes important advice on optimizing for production.
## Testing: added component test plunkers (2016-12-02)
70
70
Added two plunkers that each test _one simple component_ so you can write a component test plunker of your own: <live-example name="setup" plnkr="quickstart-specs">one</live-example> for the QuickStart seed's `AppComponent` and <live-example name="testing" plnkr="banner-specs">another</live-example> for the Testing guide's `BannerComponent`.
@@ -76,9 +76,9 @@ block includes
76
76
The sample demonstrates these features too.
77
77
78
78
## Testing: karma file updates (2016-11-30)
79
-
* karma.config + karma-test-shim can handle multiple spec source paths;
80
-
see quickstart issue: [angular/quickstart#294](https://github.com/angular/quickstart/issues/294)
81
-
* Displays Jasmine Runner output in the karma-launched browser
79
+
* `karma.config` + `karma-test-shim` can handle multiple spec source paths;
80
+
see quickstart issue: [angular/quickstart#294](https://github.com/angular/quickstart/issues/294).
81
+
* Displays Jasmine Runner output in the karma-launched browser.
82
82
83
83
## QuickStart Rewrite (2016-11-18)
84
84
The QuickStart is completely rewritten so that it actually is quick.
@@ -88,7 +88,7 @@ block includes
88
88
You are no longer asked to copy-and-paste code into setup files that were not explained anyway.
89
89
90
90
## Sync with Angular v.2.2.0 (2016-11-14)
91
-
Docs and code samples updated and tested with Angular v.2.2.0
91
+
Docs and code samples updated and tested with Angular v.2.2.0.
92
92
93
93
## UPDATE: NgUpgrade Guide for the AOT friendly _upgrade/static_ module (2016-11-14)
94
94
The updated [NgUpgrade Guide](upgrade.html) guide covers the
@@ -98,20 +98,20 @@ block includes
98
98
The documentation for the version prior to v.2.2.0 has been removed.
99
99
100
100
## ES6 described in "TypeScript to JavaScript" (2016-11-14)
101
-
The updated "[TypeScript to JavaScript](../cookbook/ts-to-js.html)" cookbook
101
+
The updated [TypeScript to JavaScript](../cookbook/ts-to-js.html) cookbook
102
102
now explains how to write apps in ES6/7
103
103
by translating the common idioms in the TypeScript documentation examples
104
104
(and elsewhere on the web) to ES6/7 and ES5.
105
105
106
106
## Sync with Angular v.2.1.1 (2016-10-21)
107
-
Docs and code samples updated and tested with Angular v.2.1.0
107
+
Docs and code samples updated and tested with Angular v.2.1.1.
0 commit comments