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.
* `index.html`, `styles.css` and `tsconfig.json` have been moved inside `src/`.
8
+
## NEW: Samples re-structured with `src/` folder (2017-02-02)
9
+
All documentation samples have been realigned with the default folder structure of the angular-cli.
10
+
That's a step along the road to basing our sample in the angular-cli.
11
+
But it's also good in its own right.
12
+
It helps clearly separate app code from setup and configuration files.
13
+
14
+
We've updated all samples with an `src/` folder at the project root.
15
+
The former `app/` folder moves under `src/`.
16
+
Read about moving your existing project to this structure in
17
+
<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">
18
+
the QuickStart repo update instructions</a>.
19
+
20
+
Notably:
21
+
* `app/main.ts` moved to `src/main.ts`.
22
+
* `app/` moved to `src/app/`.
23
+
* `index.html`, `styles.css` and `tsconfig.json` moved inside `src/`.
16
24
* `systemjs.config.js` now imports `main.js` instead of `app`.
17
-
* `lite-server` configuration (`bs-config.json`) to serve `src/`.
25
+
* Added `lite-server` configuration (`bs-config.json`) to serve `src/`.
18
26
19
27
## NEW: Reactive Forms guide (2017-01-31)
20
28
The new [**Reactive Forms**](reactive-forms.html) guide explains how and why to build a "reactive form".
0 commit comments