Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 4dc0bed

Browse files
committed
add changelog
1 parent d873717 commit 4dc0bed

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

public/docs/ts/latest/guide/change-log.jade

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ block includes
55
The Angular documentation is a living document with continuous improvements.
66
This log calls attention to recent significant changes.
77

8+
## NEW: Added `src/` folder to all examples (2017-02-02)
9+
We've updated all our examples include a `src/` folder at the project root.
10+
Having this folder helps separate app code from setup and configuration files.
11+
You can read about moving your existing project to this structure in
12+
[the QuickStart repo update instructions](https://github.com/angular/quickstart#updating-to-a-newer-version-of-the-quickstart-repo).
13+
* `app/` has been moved to `src/app/`
14+
* `src/app/main.ts` has been moved to `src/main.ts`
15+
* `index.html`, `styles.css` and `tsconfig.json` have been moved inside `src/`
16+
* `systemjs.config.js` now imports `main.js` instead of `app`.
17+
* There is a new `bs-config.json` file at root to configure `lite-server` to serve `src/`
18+
819
## NEW: Reactive Forms guide (2017-01-31)
920
The new [**Reactive Forms**](reactive-forms.html) guide explains how and why to build a "reactive form".
1021
"Reactive Forms" are the code-based counterpart to the declarative "Template Driven" forms approach

0 commit comments

Comments
 (0)