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

Commit 82933ba

Browse files
authored
docs(change-log): update for move to @typings (#2643)
1 parent 0d49fec commit 82933ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ block includes
77
The Angular documentation is a living document with continuous improvements.
88
This log calls attention to recent significant changes.
99

10+
## npm _@types_ packages replace _typings_ (2016-10-20)
11+
Documentation samples now get TypeScript type information for 3rd party libraries
12+
from npm `@types` packages rather than with the _typings_ tooling.
13+
The `typings.json` file is gone.
14+
15+
The "[Angular 1 Upgrade](upgrade.html)" guide reflects this change.
16+
The `package.json` installs `@types/angular` and several `@types/angular-...`
17+
packages in support of upgrade; these are not needed for pure Angular 2 development.
18+
1019
## "Template Syntax" explains two-way data binding syntax (2016-10-20)
1120
Demonstrates how to two-way data bind to a custom Angular component and
1221
re-explains `[(ngModel)]` in terms of the basic `[()]` syntax.

0 commit comments

Comments
 (0)