This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments