This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 1 file changed +11
-0
lines changed
public/docs/ts/latest/guide
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ block includes
5
5
The Angular documentation is a living document with continuous improvements.
6
6
This log calls attention to recent significant changes.
7
7
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
+
8
19
## NEW: Reactive Forms guide (2017-01-31)
9
20
The new [**Reactive Forms**](reactive-forms.html) guide explains how and why to build a "reactive form".
10
21
"Reactive Forms" are the code-based counterpart to the declarative "Template Driven" forms approach
You can’t perform that action at this time.
0 commit comments